[][src]Trait game_loop::TimeTrait

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

Required methods

pub fn now() -> Self[src]

pub fn sub(&self, other: &Self) -> f64[src]

Loading content...

Implementors

impl TimeTrait for Time[src]

Loading content...