Trait asio::clock::ToStdDuration [] [src]

pub trait ToStdDuration {
    fn to_std(&self) -> Duration;
}

Required Methods

Implementors