Trait iron_sessionstorage::SessionBackend [] [src]

pub trait SessionBackend: Send + Sync + Clone + 'static {
    type S: Session;
    fn from_request(&self, request: &mut Request) -> Self::S;
}

Associated Types

Required Methods

Implementors