pub trait ToSocketAddrsWithDefaultPort {
    type Inner: Sized + ToSocketAddrs;

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

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

Required Associated Types

Required Methods

Implementations on Foreign Types

Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.
Available on crate feature sync only.

Implementors