pub trait ToSocketAddrsWithDefaultPortAsync {
    type Inner: Sized + ToSocketAddrsAsync;

    fn with_default_port(&self, default_port: u16) -> Self::Inner;
}
Available on crate feature async only.
Expand description

A trait to use instead of async_std::net::ToSocketAddrs

Required Associated Types

Required Methods

Implementations on Foreign Types

Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.
Available on crate feature async only.

Implementors