Docs.rs
irpc-0.11.0
irpc 0.11.0
Docs.rs crate page
Apache-2.0
/
MIT
Links
Repository
crates.io
Source
Owners
dignifiedquire
rklaehn
github:n0-computer:iroh-publisher
Dependencies
futures-buffered ^0.2.9
normal
optional
futures-util ^0.3
normal
optional
irpc-derive ^0.9.0
normal
optional
n0-error ^0.1.0
normal
n0-future ^0.3
normal
postcard ^1.1.1
normal
optional
iroh-quinn ^0.14.0
normal
optional
rcgen ^0.14.5
normal
optional
rustls ^0.23.5
normal
optional
serde ^1
normal
smallvec ^1.14.0
normal
optional
tokio ^1.44
normal
tokio-util ^0.7.14
normal
tracing ^0.1.41
normal
optional
anyhow ^1
dev
derive_more ^2
dev
testresult ^0.4.1
dev
thousands ^0.2.0
dev
tokio ^1.44
dev
tracing-subscriber ^0.3.20
dev
trybuild ^1.0.104
dev
iroh-quinn ^0.14.0
normal
optional
Versions
80.23%
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
Sender
irpc
0.11.0
Sender
Implementors
In crate irpc
irpc
Trait
Sender
Copy item path
Source
pub trait Sender:
Debug
+ Sealed { }
Expand description
Sealed marker trait for a sender
Implementors
§
Source
§
impl
Sender
for
NoSender
Source
§
impl<T>
Sender
for irpc::channel::mpsc::
Sender
<T>
Source
§
impl<T>
Sender
for irpc::channel::oneshot::
Sender
<T>