Docs.rs
vox-core-0.4.0
vox-core 0.4.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
fasterthanlime
Dependencies
facet ^0.46
normal
facet-cbor ^0.3.3
normal
facet-core ^0.46
normal
facet-error ^0.46
normal
facet-reflect ^0.46
normal
getrandom ^0.4
normal
moire ^1.0.0
normal
smallvec ^1.15.1
normal
tokio ^1
normal
tracing ^0.1
normal
vox-postcard ^0.4.0
normal
vox-types ^0.4.0
normal
zerocopy ^0.8
normal
facet-testhelpers ^0.46
dev
tempfile ^3.23
dev
tokio ^1
dev
tracing-subscriber ^0.3
dev
wasm-bindgen-futures ^0.4
normal
Versions
43.03%
of the crate is documented
Platform
i686-pc-windows-msvc
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
Skip to main content
OutboundSendFuture
vox_
core
0.4.0
Outbound
Send
Future
Implementors
In crate vox_
core
vox_core
Trait
Outbound
Send
Future
Copy item path
Source
pub trait OutboundSendFuture:
Future
<Output =
Result
<
()
>> +
MaybeSend
+ 'static { }
Implementors
§
Source
§
impl<T>
OutboundSendFuture
for T
where T:
Future
<Output =
Result
<
()
>> +
MaybeSend
+ 'static,