DSGJSONType

Trait DSGJSONType 

Source
pub trait DSGJSONType {
    // Required method
    fn get_json_obj_type(&self) -> u16;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: JSONObjType> DSGJSONType for NamedObjectBase<JSONObjectType<T>>

Implementors§