pub trait PrettyJson {
// Required method
fn to_pretty_json(&self) -> Result<String>;
}Expand description
Trait for canonical pretty-printing of CMN protocol types.
pub trait PrettyJson {
// Required method
fn to_pretty_json(&self) -> Result<String>;
}Trait for canonical pretty-printing of CMN protocol types.