pub type OwnedAttributeValue = Vec<u8, Global>;
Expand description

An owned counterpart of AttributeValue, more convenient for testing.