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

Aliased Type§

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

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(AuthenticateForInterfaceError)

Contains the error value