Struct trust_dns_proto::TokioTime [−][src]
pub struct TokioTime;
This is supported on crate feature
tokio-runtime
only.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
Auto Trait Implementations
impl RefUnwindSafe for TokioTime
impl UnwindSafe for TokioTime
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more