fidl_fuchsia_posix_socket

Type Alias BaseNetworkSocketGetIpv6MulticastInterfaceResult

Source
pub type BaseNetworkSocketGetIpv6MulticastInterfaceResult = Result<u64, Errno>;

Aliased Type§

enum BaseNetworkSocketGetIpv6MulticastInterfaceResult {
    Ok(u64),
    Err(Errno),
}

Variants§

§1.0.0

Ok(u64)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value