pub trait UserSession {
// Required method
fn get_session(&self) -> Session;
}Expand description
Helper trait that allows to get session
pub trait UserSession {
// Required method
fn get_session(&self) -> Session;
}Helper trait that allows to get session