pub type DurationUs = Duration<u64, 1, 1_000_000>;
Microsecond-resolution duration. Same precision as the substrate’s native uint64_t timeout_ns / 1000 representation.
uint64_t timeout_ns / 1000
pub struct DurationUs { /* private fields */ }