pub trait ToMillis {
type Output;
// Required method
fn to_millis(self) -> Self::Output;
}Expand description
Trait for types that can be converted to/from milliseconds
pub trait ToMillis {
type Output;
// Required method
fn to_millis(self) -> Self::Output;
}Trait for types that can be converted to/from milliseconds