pub type BaseRuleSetAuthenticateForRouteTableResult = Result<(), AuthenticateForRouteTableError>;
Aliased Type§
enum BaseRuleSetAuthenticateForRouteTableResult {
Ok(()),
Err(AuthenticateForRouteTableError),
}
Variants§
Ok(())
Contains the success value
Err(AuthenticateForRouteTableError)
Contains the error value