Trait crack::Clock [] [src]

pub trait Clock {
    fn now(&self) -> Timespec;
fn sleep_ms(&self, ms: u64); }

Required Methods

Implementors