Docs.rs
turmoil-0.3.1
turmoil 0.3.1
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
carllerche
github:tokio-rs:turmoil-core
Dependencies
bytes ^1.2.1
normal
futures ^0.3
normal
indexmap ^1.9
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
scoped-tls ^1.0.0
normal
tokio ^1.19.2
normal
tokio-stream ^0.1.9
normal
tokio-test ^0.4.2
normal
tokio-util ^0.7.4
normal
tracing ^0.1
normal
tracing-subscriber ^0.3
normal
doc-comment ^0.3.3
dev
Versions
75%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
ToSocketAddr
Required Methods
to_socket_addr
Implementations on Foreign Types
(&'a str, u16)
(IpAddr, u16)
(String, u16)
SocketAddr
Implementors
In turmoil
?
Trait
turmoil
::
ToSocketAddr
source
·
[
−
]
pub trait ToSocketAddr { fn
to_socket_addr
(&self, dns: &Dns) ->
SocketAddr
; }
Required Methods
source
fn
to_socket_addr
(&self, dns: &Dns) ->
SocketAddr
Implementations on Foreign Types
source
impl
ToSocketAddr
for (
String
,
u16
)
source
fn
to_socket_addr
(&self, dns: &Dns) ->
SocketAddr
source
impl<'a>
ToSocketAddr
for (&'a
str
,
u16
)
source
fn
to_socket_addr
(&self, dns: &Dns) ->
SocketAddr
source
impl
ToSocketAddr
for
SocketAddr
source
fn
to_socket_addr
(&self, _: &Dns) ->
SocketAddr
source
impl
ToSocketAddr
for (
IpAddr
,
u16
)
source
fn
to_socket_addr
(&self, _: &Dns) ->
SocketAddr
Implementors