Type Alias UserRef

Source
pub type UserRef<'a> = CacheRef<'a, UserId, User, Infallible>;

Aliased Typeยง

struct UserRef<'a> { /* private fields */ }