Type Alias fidl_fuchsia_io::NodeGetAttributesResult

source ·
pub type NodeGetAttributesResult = Result<(MutableNodeAttributes, ImmutableNodeAttributes), i32>;

Aliased Type§

enum NodeGetAttributesResult {
    Ok((MutableNodeAttributes, ImmutableNodeAttributes)),
    Err(i32),
}

Variants§

§1.0.0

Ok((MutableNodeAttributes, ImmutableNodeAttributes))

Contains the success value

§1.0.0

Err(i32)

Contains the error value