pub type AttributeArrayValueBytes = AttributeArrayValue<BytesString>;Aliased Type§
pub enum AttributeArrayValueBytes {
String(BytesString),
Boolean(bool),
Integer(i64),
Double(f64),
}pub type AttributeArrayValueBytes = AttributeArrayValue<BytesString>;pub enum AttributeArrayValueBytes {
String(BytesString),
Boolean(bool),
Integer(i64),
Double(f64),
}