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 */ }
pub type InspectableU64 = Inspectable<u64, InspectableU64Watcher>;
Exports via an Inspect UintProperty
a u64
. Useful because the wrapped u64
value can be read.
struct InspectableU64 { /* private fields */ }