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