User handling.
| Kind | Name | Description |
|---|---|---|
| Struct | Info | Struct holding non-allocated user info. |
| Struct | InfoIter | An non-allocating iterator over users. |
| Struct | Information | Struct holding allocated user info. |
| Struct | InformationIter | An allocating iterator over users. |
| Typedef | UserId | |
| Trait | UserInfo | Objects that hold user info. |
| Name | Description |
|---|---|
| iter | Returns an allocating iterator over the users in |
| iter_buf | Returns an non-allocating iterator over the users in |
| Name | Description |
|---|---|
| INFO_BUF_SIZE | Constant default value for non-allocating user info buffer size. |