Trait ToJSON

Source
pub trait ToJSON {
    // Required method
    fn get_json_bundle(&self) -> String;
}

Required Methods§

Implementors§