Docs.rs
narrowlink-network-0.2.6
narrowlink-network 0.2.6
Docs.rs crate page
MPL-2.0
Links
Homepage
Repository
crates.io
Source
Owners
SajjadPourali
Dependencies
async-recursion ^1.1.1
normal
bytes ^1.6.0
normal
chacha20poly1305 ^0.10.1
normal
chunkio ^0.0.1
normal
futures-util ^0.3.30
normal
hyper ^0.14.29
normal
narrowlink-types ^0.2.6
normal
quinn ^0.10.2
normal
rustls ^0.21.12
normal
serde ^1.0.203
normal
serde_json ^1.0.117
normal
thiserror ^1.0.61
normal
tokio ^1.38.0
normal
tokio-rustls ^0.24.1
normal
tokio-tungstenite ^0.20.1
normal
tokio-util ^0.7
normal
tracing ^0.1.40
normal
tungstenite ^0.20.1
normal
webpki-roots ^0.25.4
normal
rlimit ^0.10
normal
Versions
0%
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
RequestManager
narrowlink_
network
0.2.6
Request
Manager
Required Methods
set_id
Implementations on Foreign Types
EventInBound
EventInBound
EventOutBound
EventOutBound
Implementors
In narrowlink_
network::
event
narrowlink_network
::
event
Trait
Request
Manager
Copy item path
Source
pub trait RequestManager { // Required method fn
set_id
(&mut self, id:
usize
) ->
Option
<
usize
>; }
Required Methods
§
Source
fn
set_id
(&mut self, id:
usize
) ->
Option
<
usize
>
Implementations on Foreign Types
§
Source
§
impl
RequestManager
for
EventInBound
Source
§
fn
set_id
(&mut self, _id:
usize
) ->
Option
<
usize
>
Source
§
impl
RequestManager
for
EventOutBound
Source
§
fn
set_id
(&mut self, id:
usize
) ->
Option
<
usize
>
Source
§
impl
RequestManager
for
EventInBound
Source
§
fn
set_id
(&mut self, _id:
usize
) ->
Option
<
usize
>
Source
§
impl
RequestManager
for
EventOutBound
Source
§
fn
set_id
(&mut self, id:
usize
) ->
Option
<
usize
>
Implementors
§