Docs.rs
turn-server-4.1.2
turn-server 4.1.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mycrl
Dependencies
ahash ^0.8
normal
anyhow ^1.0
normal
aws-lc-rs ^1.16
normal
axum ^0.8
normal
optional
axum-server ^0.8
normal
optional
base64 ^0.22
normal
bytes ^1
normal
clap ^4
normal
crc32fast ^1.5
normal
crossbeam-channel ^0.5
normal
fern ^0.7.1
normal
log ^0.4
normal
md-5 ^0.10
normal
mimalloc ^0.1
normal
num_cpus ^1.17.0
normal
num_enum ^0.7
normal
parking_lot ^0.12
normal
prometheus ^0.14.0
normal
optional
rand ^0.9
normal
turn-server-sdk ^0.3.0
normal
optional
serde ^1
normal
serde_json ^1.0
normal
optional
tokio ^1
normal
tokio-rustls ^0.26
normal
optional
toml ^0.9.6
normal
tonic ^0.14
normal
optional
url ^2.5
normal
optional
criterion ^0.7
dev
pollster ^0.4.0
dev
proptest ^1.4
dev
Versions
34.02%
of the crate is documented
Platform
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
Skip to main content
IpAddrExt
turn_
server
4.1.2
IpAddr
Ext
Required Methods
family
Implementations on Foreign Types
IpAddr
Implementors
In turn_
server::
codec::
message::
attributes::
address
turn_server
::
codec
::
message
::
attributes
::
address
Trait
IpAddr
Ext
Copy item path
Source
pub trait IpAddrExt { // Required method fn
family
(&self) ->
IpFamily
; }
Required Methods
§
Source
fn
family
(&self) ->
IpFamily
Implementations on Foreign Types
§
Source
§
impl
IpAddrExt
for
IpAddr
Source
§
fn
family
(&self) ->
IpFamily
Implementors
§