pub type RouteSetV4AuthenticateForInterfaceResult = Result<(), AuthenticateForInterfaceError>;

Aliased Type§

enum RouteSetV4AuthenticateForInterfaceResult {
    Ok(()),
    Err(AuthenticateForInterfaceError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(AuthenticateForInterfaceError)

Contains the error value