Retrieves user info of the user with a certain name.
impl<'a> Info<'a> {
fn from_user_name<S>(buf: &'a mut [u8], name: S) -> Result<Info<'a>, Errno>
where S: AsByteStr,
}| Name | Description |
|---|---|
| buf | The buffer in which the information will be stored. |
| name | The name of the user. |