Type Alias fidl_fuchsia_fdomain::ChannelWriteChannelResult

source ·
pub type ChannelWriteChannelResult = Result<(), WriteChannelError>;

Aliased Type§

enum ChannelWriteChannelResult {
    Ok(()),
    Err(WriteChannelError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(WriteChannelError)

Contains the error value