Type Alias ClosureAuthResult

Source
pub type ClosureAuthResult<T> = Result<T, ClosureAuthError>;

Aliased Type§

pub enum ClosureAuthResult<T> {
    Ok(T),
    Err(ClosureAuthError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(ClosureAuthError)

Contains the error value