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