pub trait ToJson {
    fn to_json(&self) -> Json;
}

Required Methods

Implementations on Foreign Types

Implementors