Type Alias fidl_fuchsia_io::NodeGetAttributesResult
source · pub type NodeGetAttributesResult = Result<(MutableNodeAttributes, ImmutableNodeAttributes), i32>;
Aliased Type§
enum NodeGetAttributesResult {
Ok((MutableNodeAttributes, ImmutableNodeAttributes)),
Err(i32),
}
Variants§
Ok((MutableNodeAttributes, ImmutableNodeAttributes))
Contains the success value
Err(i32)
Contains the error value