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