ToJson

Trait ToJson 

Source
pub trait ToJson {
    // Required method
    fn to_json(&self) -> JsonValue;
}

Required Methods§

Implementors§