Type Definition spake2::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Result type with spake2’s Error type.