pub type InspectableU64 = Inspectable<u64, InspectableU64Watcher>;
Expand description

Exports via an Inspect UintProperty a u64. Useful because the wrapped u64 value can be read.

Aliased Type§

struct InspectableU64 { /* private fields */ }