JSONObjectType

Type Alias JSONObjectType 

Source
pub type JSONObjectType<T> = NamedObjType<JSONDescContent<T>, JSONBodyContent>;

Aliased Typeยง

pub struct JSONObjectType<T> { /* private fields */ }