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