Skip to main content

NanosDurationU64

Type Alias NanosDurationU64 

Source
pub type NanosDurationU64 = Duration<u64, 1, 1000000000>;
Expand description

Reexport fugit Alias for nanosecond duration (u64 backing storage)

Aliased Typeยง

pub struct NanosDurationU64 { /* private fields */ }