Type Alias Value

Source
pub type Value = Value;
Available on crate feature prost only.
Expand description

Protobuf google.protobuf.Value

Aliased Type§

struct Value {
    pub kind: Option<Kind>,
}

Fields§

§kind: Option<Kind>

The kind of value.