Type Alias fidl_fuchsia_fdomain::SocketWriteSocketResult

source ·
pub type SocketWriteSocketResult = Result<u64, WriteSocketError>;

Aliased Type§

enum SocketWriteSocketResult {
    Ok(u64),
    Err(WriteSocketError),
}

Variants§

§1.0.0

Ok(u64)

Contains the success value

§1.0.0

Err(WriteSocketError)

Contains the error value