pub struct SystemTimeSource;Expand description
A system clock based time source
Trait Implementations§
Source§impl TimeSource for SystemTimeSource
impl TimeSource for SystemTimeSource
Source§fn get_current_time_millis(&self) -> u64
fn get_current_time_millis(&self) -> u64
Returns the current time in milliseconds since Unix epoch.