Skip to main content

JwtResult

Type Alias JwtResult 

Source
pub type JwtResult<T> = Result<T, JwtError>;

Aliased Type§

pub enum JwtResult<T> {
    Ok(T),
    Err(JwtError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(JwtError)

Contains the error value