Type Alias fidl_fuchsia_posix_socket::BaseSocketGetMarkResult

source ·
pub type BaseSocketGetMarkResult = Result<OptionalUint32, Errno>;

Aliased Type§

enum BaseSocketGetMarkResult {
    Ok(OptionalUint32),
    Err(Errno),
}

Variants§

§1.0.0

Ok(OptionalUint32)

Contains the success value

§1.0.0

Err(Errno)

Contains the error value