ProtoStruct

Type Alias ProtoStruct 

Source
pub type ProtoStruct = Struct;

Aliased Type§

pub struct ProtoStruct {
    pub fields: BTreeMap<String, Value>,
}

Fields§

§fields: BTreeMap<String, Value>

Unordered map of dynamically typed values.