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 */ }