Skip to main content

Resolving

Type Alias Resolving 

Source
pub type Resolving = Pin<Box<dyn Future<Output = Result<Box<dyn Iterator<Item = SocketAddr> + Send>, Box<dyn Error + Sync + Send>>> + Send>>;
Available on crate feature fullstack and non-WebAssembly only.
Expand description

Alias for the Future type returned by a DNS resolver.

Aliased Typeยง

pub struct Resolving { /* private fields */ }