Struct session::Session [] [src]

pub struct Session {
    // some fields omitted
}

Methods

impl Session
[src]

fn new(signing_key: &str, expire_seconds: usize, connect_str: &str) -> Self

Trait Implementations

impl AroundMiddleware for Session
[src]

fn around(self, handler: Box<Handler>) -> Box<Handler>

Produce a Handler from this AroundMiddleware given another Handler. Read more