Trait quanta::IntoNanoseconds
source · pub trait IntoNanoseconds {
// Required method
fn into_nanos(self) -> u64;
}
Expand description
Required Methods§
sourcefn into_nanos(self) -> u64
fn into_nanos(self) -> u64
Consumes this value, converting it to a nanosecond representation.