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

pub type SetSessionFuture = dyn Future<Output = Result<(), SessionError>> + Send;
Expand description

Type alias for the trait objects that set the session in the Backend.