Trait actix_session::UserSession[][src]

pub trait UserSession {
    fn get_session(&self) -> Session;
}

Extraction of a Session object.

Required methods

fn get_session(&self) -> Session[src]

Extract the Session object

Loading content...

Implementations on Foreign Types

impl UserSession for HttpRequest[src]

impl UserSession for ServiceRequest[src]

impl UserSession for RequestHead[src]

Loading content...

Implementors

Loading content...