Retrieves user info of the user with a certain id.
impl<H> Information<H>
where H: Allocator,
<H as Allocator>::Pool: Copy,
{
fn from_user_id_with_pool(id: u32, pool: <H as Allocator>::Pool) -> Result<Information<H>, Errno>
}| Name | Description |
|---|---|
| id | The id of the user. |
| pool | The pool in which the information will be stored. |