Skip to main content

SessionContextResult

Type Alias SessionContextResult 

Source
pub type SessionContextResult<T> = Result<T, SessionContextError>;

Aliased Type§

pub enum SessionContextResult<T> {
    Ok(T),
    Err(SessionContextError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(SessionContextError)

Contains the error value