Trait asyncio::clock::Clock [] [src]

pub trait Clock: Send + 'static {
    type Duration;
    type TimePoint;
}

Associated Types

Implementors