pub type Node2GetExtendedAttributeResult = Result<ExtendedAttributeValue, i32>;

Aliased Type§

enum Node2GetExtendedAttributeResult {
    Ok(ExtendedAttributeValue),
    Err(i32),
}

Variants§

§1.0.0

Ok(ExtendedAttributeValue)

Contains the success value

§1.0.0

Err(i32)

Contains the error value