Trait asyncio::clock::Clock
[−]
[src]
pub trait Clock: Send + 'static { type Duration; type TimePoint; }
Associated Types
Implementors
impl Clock for SteadyClock
impl Clock for SystemClock