pub trait FrameClock { // Required method fn now_ms(&self) -> u32; }
Monotonic clock abstraction.
Returns the current time in milliseconds.