mm1_core/context/
now.rs

1pub trait Now: Send {
2    type Instant;
3    fn now(&self) -> Self::Instant;
4}