Trait app_frame::time::Clock

source ·
pub trait Clock: Send + Sync {
    // Required method
    fn current_timestamp(&self) -> u64;
}

Required Methods§

Implementors§