pub fn username() -> Result<String>Expand description
Get the user’s username.
On unix-systems this differs from realname() most notably in that spaces
are not allowed in the username.
pub fn username() -> Result<String>Get the user’s username.
On unix-systems this differs from realname() most notably in that spaces
are not allowed in the username.