Docs.rs
geng-net-0.17.2
geng-net 0.17.2
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
kuviman
Dependencies
anyhow ^1
normal
batbox-time ^0.16
normal
bincode ^1
normal
flate2 ^1
normal
futures ^0.3
normal
log ^0.4
normal
serde ^1
normal
ws ^0.9
normal
js-sys ^0.3
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3
normal
Versions
0%
of the crate is documented
Platform
wasm32-unknown-unknown
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
geng_
net
0.17.2
Receiver
Required Methods
handle
Implementors
In crate geng_
net
geng_net
Trait
Receiver
Copy item path
Source
pub trait Receiver<T> { // Required method fn
handle
(&mut self, message: T); }
Required Methods
§
Source
fn
handle
(&mut self, message: T)
Implementors
§