pub type Struct = Struct;
Available on crate feature
prost
only.Expand description
Protobuf google.protobuf.Struct
Aliased Type§
struct Struct {
pub fields: BTreeMap<String, Value>,
}
Fields§
§fields: BTreeMap<String, Value>
Unordered map of dynamically typed values.