pub trait AsJsonPretty {
    fn __as_json_pretty(&self) -> JsonPretty<'_, Self>;
}

Required Methods

Implementors