[][src]Trait game_loop::TimeTrait

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

Required methods

fn now() -> Self

fn sub(&self, other: &Self) -> f64

Loading content...

Implementors

Loading content...