Struct trust_dns_proto::TokioTime [−][src]
pub struct TokioTime;
Expand description
New type which is implemented using tokio::time::{Delay, Timeout}
Trait Implementations
Return a type that implements Future
that will wait until the specified duration has
elapsed. Read more