[go: up one dir, main page]

Function users::get_user_by_uid

source ·
pub fn get_user_by_uid(uid: uid_t) -> Option<User>
Expand description

Searches for a User with the given ID in the system’s user database. Returns it if one is found, otherwise returns None.