Type Definition json_syntax::Object

source · []
pub type Object<M> = Vec<Entry<M>>;
Expand description

Object.

Trait Implementations