pub fn get_local_user(username: &str) -> Result<Option<FingerResponseUserEntry>>Expand description
Retrieve local user information for the given username.
Returns None if the user does not exist.
pub fn get_local_user(username: &str) -> Result<Option<FingerResponseUserEntry>>Retrieve local user information for the given username.
Returns None if the user does not exist.