Type Alias CurrentUserRef

Source
pub type CurrentUserRef<'a> = CacheRef<'a, Infallible, CurrentUser, Infallible>;

Aliased Typeยง

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