[−][src]Trait tokio_net::ToSocketAddrs
Convert or resolve without blocking to one or more SocketAddr
values.
Currently, this trait is only used as an argument to Tokio functions that need to reference a target socket address.
This trait is sealed and is intended to be opaque. Users of Tokio should
only use ToSocketAddrs
in trait bounds and must not attempt to call
the functions directly or reference associated types. Changing these is not
considered a breaking change.