pub type BaseNetworkSocketSetIpv6ReceivePacketInfoResult = Result<(), Errno>;

Aliased Type§

enum BaseNetworkSocketSetIpv6ReceivePacketInfoResult {
    Ok(()),
    Err(Errno),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Errno)

Contains the error value