Docs.rs
stun-0.3.3
stun 0.3.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
rainliu
Dependencies
anyhow ^1.0.41
normal
base64 ^0.13.0
normal
crc ^2.0.0
normal
lazy_static ^1.3.0
normal
md-5 ^0.9.1
normal
rand ^0.8.0
normal
ring ^0.16.19
normal
subtle ^2.1.1
normal
thiserror ^1.0.25
normal
tokio ^1.0
normal
url ^2.2.0
normal
webrtc-util ^0.4.2
normal
clap ^2
dev
tokio-test ^0.4
dev
Versions
0%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
☰
Trait Setter
Required Methods
add_to
Implementors
Other items in
stun
::
message
?
Trait
stun
::
message
::
Setter
[
−
]
[src]
pub trait Setter { fn
add_to
(&self, m: &mut
Message
) ->
Result
<
()
>; }
Required methods
[src]
fn
add_to
(&self, m: &mut
Message
) ->
Result
<
()
>
Implementors
[src]
impl
Setter
for
MappedAddress
[src]
impl
Setter
for
TransactionId
[src]
impl
Setter
for
RawAttribute
[src]
impl
Setter
for
ErrorCode
[src]
impl
Setter
for
ErrorCodeAttribute
[src]
impl
Setter
for
FingerprintAttr
[src]
impl
Setter
for
MessageIntegrity
[src]
impl
Setter
for
TextAttribute
[src]
impl
Setter
for
UnknownAttributes
[src]
impl
Setter
for
XorMappedAddress
[src]
impl
Setter
for
Message
[src]
impl
Setter
for
MessageType