Trait Time

Source
pub trait Time:
    ToStringMilliseconds
    + FromMicroseconds
    + From<u64>
    + Display
    + ToNanoseconds
    + Debug
    + Copy
    + ToIncrements { }
Expand description

(Only used in tests, should not be treated as important, or ToStringMilliseconds removed?)

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§