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

Return a type that implement Future to complete before the specified duration has elapsed.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.