Type Alias fidl_fuchsia_fdomain::ChannelReadChannelResult

source ·
pub type ChannelReadChannelResult = Result<(Vec<u8>, Vec<HandleInfo>), Error>;

Aliased Type§

enum ChannelReadChannelResult {
    Ok((Vec<u8>, Vec<HandleInfo>)),
    Err(Error),
}

Variants§

§1.0.0

Ok((Vec<u8>, Vec<HandleInfo>))

Contains the success value

§1.0.0

Err(Error)

Contains the error value