pub trait AsJson {
    fn __as_json(&self) -> Json<'_, Self>;
}

Required Methods

Implementors