pub type SessionResult<T> = Result<T, SessionError>;Expand description
Result type for session operations
Aliased Type§
pub enum SessionResult<T> {
Ok(T),
Err(SessionError),
}pub type SessionResult<T> = Result<T, SessionError>;Result type for session operations
pub enum SessionResult<T> {
Ok(T),
Err(SessionError),
}