Type Alias gotham::middleware::session::SetSessionFuture

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

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