Trait chainmail::ChainmailReqExt [] [src]

pub trait ChainmailReqExt<T> where
    T: Send + Any
{ fn current_user(&self) -> Arc<Option<AuthedUser<T>>>; fn is_signed_in(&self) -> bool; }

Required Methods

Implementors