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