pub type Node2GetAttributesResult = Result<(MutableNodeAttributes, ImmutableNodeAttributes), i32>;

Aliased Type§

enum Node2GetAttributesResult {
    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