Skip to main content

SamlResult

Type Alias SamlResult 

Source
pub type SamlResult<T> = Result<T, WaeError>;
Expand description

SAML 结果类型

Aliased Type§

pub enum SamlResult<T> {
    Ok(T),
    Err(WaeError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(WaeError)

Contains the error value