AttributeArrayValueBytes

Type Alias AttributeArrayValueBytes 

Source
pub type AttributeArrayValueBytes = AttributeArrayValue<BytesString>;

Aliased Type§

pub enum AttributeArrayValueBytes {
    String(BytesString),
    Boolean(bool),
    Integer(i64),
    Double(f64),
}

Variants§

§

String(BytesString)

§

Boolean(bool)

§

Integer(i64)

§

Double(f64)