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

Extraction of a Session object.

Required methods

Extract the Session object

Implementations on Foreign Types

Implementors