logo
pub trait SessionExt {
    fn get_session(&self) -> Session;
}
Expand description

Extract a Session object from various actix-web types (e.g. HttpRequest, ServiceRequest, ServiceResponse).

Required Methods

Extract a Session object.

Implementations on Foreign Types

Implementors