pub type UnknownFields = BTreeMap<EcoString, IgnoredAny>;
Expand description
A type alias for a map of key-value pairs used to collect unknown fields where values are completely discarded.
Aliased Typeยง
struct UnknownFields { /* private fields */ }