Inspector
Introspection
Ext
fuchsia_
inspect
0.0.1
Inspector
Introspection
Ext
Required Methods
stats
Implementors
In crate fuchsia_
inspect
Modules
component
health
hierarchy
reader
stats
types
Structs
BoolProperty
BytesProperty
DoubleArrayProperty
DoubleExponentialHistogramProperty
DoubleLinearHistogramProperty
DoubleProperty
ExponentialHistogramParams
Inspector
InspectorConfig
IntArrayProperty
IntExponentialHistogramProperty
IntLinearHistogramProperty
IntProperty
LazyNode
LinearHistogramParams
Node
Stats
StringArrayProperty
StringProperty
StringReference
UintArrayProperty
UintExponentialHistogramProperty
UintLinearHistogramProperty
UintProperty
ValueList
Enums
Error
Constants
DIAGNOSTICS_DIR
Traits
ArithmeticArrayProperty
ArrayProperty
DiagnosticsHierarchyGetter
HistogramProperty
InspectType
InspectTypeReparentable
InspectorIntrospectionExt
Length
NumericProperty
Property
Functions
unique_name
fuchsia_inspect
Trait
InspectorIntrospectionExt
Copy item path
Settings
Help
Summary
Source
pub trait InspectorIntrospectionExt { // Required method fn
stats
(&self) ->
Option
<
Stats
>; }
Required Methods
§
Source
fn
stats
(&self) ->
Option
<
Stats
>
Implementors
§
Source
§
impl
InspectorIntrospectionExt
for
Inspector