Type Alias gotham::middleware::session::GetSessionFuture

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

Type alias for the trait objects that returned by Backend.