pub type SessionResult<T> = Result<T, SessionError>;
Expand description

A result wrapper around SessionError, allowing you to wrap the Result