Type Alias fidl_fuchsia_net_dhcpv6::ClientShutdownResult

source ·
pub type ClientShutdownResult = Result<(), i32>;

Aliased Type§

enum ClientShutdownResult {
    Ok(()),
    Err(i32),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(i32)

Contains the error value