Trait platform_millis::traits::PlatformTime
source · pub trait PlatformTime {
// Required method
fn millis() -> ms;
}Expand description
Interface for platform specific time.
Required Methods§
Object Safety§
This trait is not object safe.