Type Definition rocket_session_store::SessionResult
source · [−]pub type SessionResult<T> = Result<T, SessionError>;Expand description
A result wrapper around SessionError, allowing you to wrap the Result
pub type SessionResult<T> = Result<T, SessionError>;A result wrapper around SessionError, allowing you to wrap the Result