Skip to main content

Addrs

Type Alias Addrs 

Source
pub type Addrs = Box<dyn Iterator<Item = SocketAddr> + Send>;
Available on not (WebAssembly and (target_os=unknown or bare-metal)).
Expand description

Alias for an Iterator trait object over SocketAddr.

Aliased Typeยง

pub struct Addrs(/* private fields */);