pub trait ObjectFormat {
    fn format_json(&self) -> Value;
}

Required Methods

Implementors