pub trait MillisecondDuration {
    fn as_milliseconds(&self) -> u64;
}
Expand description

Something that can be converted to milliseconds.

Required methods

Get the value in milliseconds.

Implementations on Foreign Types

Implementors