AttributeAnyValueBytes

Type Alias AttributeAnyValueBytes 

Source
pub type AttributeAnyValueBytes = AttributeAnyValue<BytesString>;

Aliased Type§

pub enum AttributeAnyValueBytes {
    SingleValue(AttributeArrayValue<BytesString>),
    Array(Vec<AttributeArrayValue<BytesString>>),
}

Variants§