Skip to main content

CurrentUserRef

Type Alias CurrentUserRef 

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

Aliased Typeยง

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