Spake2Result

Type Alias Spake2Result 

Source
pub type Spake2Result<T> = Result<T, Spake2Error>;
Expand description

SPAKE2 result type.

Aliased Type§

pub enum Spake2Result<T> {
    Ok(T),
    Err(Spake2Error),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(Spake2Error)

Contains the error value