pub type ListValue = ListValue;Available on crate feature
prost only.Expand description
Protobuf google.protobuf.ListValue
Aliased Type§
pub struct ListValue {
pub values: Vec<Value>,
}Fields§
§values: Vec<Value>Repeated field of dynamically typed values.