Type Alias script_traits::NsDuration

source ·
pub type NsDuration = Length<u64, Nanoseconds>;
Expand description

Amount of nanoseconds.

Aliased Type§

struct NsDuration(pub u64, _);

Fields§

§0: u64