Skip to main content

AttributeAnyValueBytes

Type Alias AttributeAnyValueBytes 

Source
pub type AttributeAnyValueBytes = AttributeAnyValue<BytesData>;

Aliased Type§

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

Variants§