pub type InspectableLen<V> = Inspectable<V, InspectableLenWatcher>;
Expand description
Exports via an Inspect UintProperty
the len
of the wrapped value V
.
Aliased Typeยง
pub struct InspectableLen<V> { /* private fields */ }
pub type InspectableLen<V> = Inspectable<V, InspectableLenWatcher>;
Exports via an Inspect UintProperty
the len
of the wrapped value V
.
pub struct InspectableLen<V> { /* private fields */ }