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