IsJson

Trait IsJson 

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

Required Methods§

Source

fn to_json(&self) -> String

Implementors§