Type Alias Addrs

type Addrs = Box<dyn Iterator<Item = SocketAddr> + Send>

Alias for an Iterator trait object over SocketAddr.