IntoJSONStruct

Trait IntoJSONStruct 

Source
pub trait IntoJSONStruct {
    // Required method
    fn into_json_struct(self) -> Map<String, Value>;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl IntoJSONStruct for Struct

Implementors§