Docs.rs
stun-0.7.0
stun 0.7.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
rainliu
Dependencies
base64 ^0.22.1
normal
crc ^3
normal
lazy_static ^1
normal
md-5 ^0.10
normal
rand ^0.8
normal
ring ^0.17
normal
subtle ^2.4
normal
thiserror ^1
normal
tokio ^1.32.0
normal
url ^2
normal
webrtc-util ^0.10.0
normal
clap ^3
dev
criterion ^0.5
dev
tokio-test ^0.4
dev
Versions
18.61%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stun
0.7.0
Checker
Required Methods
check
Implementors
In stun::
message
stun
::
message
Trait
Checker
Copy item path
Source
pub trait Checker { // Required method fn
check
(&self, m: &
Message
) ->
Result
<
()
,
Error
>; }
Required Methods
§
Source
fn
check
(&self, m: &
Message
) ->
Result
<
()
,
Error
>
Implementors
§