pub trait InspectorExt {
// Required method
fn record_lazy_stats(&self);
}Expand description
InspectorExt provides a method for installing a “fuchsia.inspect.Stats” lazy node at the root of the Inspector’s hierarchy.
Required Methods§
Sourcefn record_lazy_stats(&self)
fn record_lazy_stats(&self)
Creates a new stats node that will expose the given Inspector stats.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".