Trait diagnostics_hierarchy::testing::JsonGetter
source · pub trait JsonGetter<K: Clone + AsRef<str>>: DiagnosticsHierarchyGetter<K> {
// Provided methods
fn get_pretty_json(&self) -> String { ... }
fn get_json(&self) -> String { ... }
}