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