Definitions

Type Alias Definitions 

Source
pub type Definitions = BTreeMap<String, Schema>;
Expand description

A convenience alias for the JSON Typedef definitions keyword value.

Aliased Typeยง

pub struct Definitions { /* private fields */ }