Trait game_loop::TimeTrait[][src]

pub trait TimeTrait: Copy {
    fn now() -> Self;
fn sub(&self, other: &Self) -> f64; }

Required methods

Implementors