pub type BaseRuleSetAuthenticateForInterfaceResult = Result<(), RuleSetError>;

Aliased Type§

enum BaseRuleSetAuthenticateForInterfaceResult {
    Ok(()),
    Err(RuleSetError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(RuleSetError)

Contains the error value