pub trait ToIncrements {
// Required method
fn to_increments(self) -> u64;
}Expand description
To nsec or usec depending on the type
pub trait ToIncrements {
// Required method
fn to_increments(self) -> u64;
}To nsec or usec depending on the type