Trait iron_sessionstorage::SessionRequestExt [] [src]

pub trait SessionRequestExt {
    fn session(&mut self) -> &mut Session;
}

The helper trait to obtain your session data from a request.

Required Methods

Implementors