pub fn get_user_by_name<S: AsRef<OsStr> + ?Sized>(username: &S) -> Option<User>
Searches for a User with the given username in the system’s user database. Returns it if one is found, otherwise returns None.
User
None