Function users::get_user_by_uid [] [src]

pub fn get_user_by_uid(uid: uid_t) -> Option<User>

Return a User object if one exists for the given user ID; otherwise, return None.