Type Definition gotham::middleware::session::GetSessionFuture[][src]

pub type GetSessionFuture = dyn Future<Output = Result<Option<Vec<u8>>, SessionError>> + Send;
Expand description

Type alias for the trait objects that returned by Backend.