Skip to main content

Extras

Type Alias Extras 

Source
pub type Extras = BTreeMap<String, Value>;
Expand description

Source-format fields the neutral model doesn’t name, kept for round-trip and cross-format passthrough. Keys are the field names; values are JSON scalars.

Aliased Type§

pub struct Extras { /* private fields */ }