find_by_user

Function find_by_user 

Source
pub async fn find_by_user(
    user_id: Uuid,
    pool: &SharedPool,
) -> Result<GuidedTourDto, ServiceError>
Expand description

Get guided tour info for a user

ยงErrors

If the connection to the database could not be established.