Skip to main content

ToJson

Trait ToJson 

Source
pub trait ToJson {
    // Required method
    fn to_json(&self, buf: &mut String);
}

Required Methods§

Source

fn to_json(&self, buf: &mut String)

Implementations on Foreign Types§

Source§

impl ToJson for &str

Source§

fn to_json(&self, buf: &mut String)

Source§

impl ToJson for i64

Source§

fn to_json(&self, buf: &mut String)

Implementors§