Function tsukuyomi_session::session

source ·
pub fn session<B>(
    backend: B
) -> impl Extractor<Output = (Session<B::Session>,), Error = B::ReadError, Extract = SessionExtract<B::ReadSession>>where
    B: Backend,
Expand description

Create an Extractor which returns a Session.