Trait iron_sessionstorage_0_6::SessionRequestExt [] [src]

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

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

Required Methods

Implementations on Foreign Types

impl<'a, 'b> SessionRequestExt for Request<'a, 'b>
[src]

[src]

Implementors