pub type AttributeAnyValueBytes = AttributeAnyValue<BytesString>;Aliased Type§
pub enum AttributeAnyValueBytes {
SingleValue(AttributeArrayValue<BytesString>),
Array(Vec<AttributeArrayValue<BytesString>>),
}pub type AttributeAnyValueBytes = AttributeAnyValue<BytesString>;pub enum AttributeAnyValueBytes {
SingleValue(AttributeArrayValue<BytesString>),
Array(Vec<AttributeArrayValue<BytesString>>),
}