Docs.rs
wasmrs-runtime-0.17.1
wasmrs-runtime 0.17.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
jsoverson
Dependencies
bytes ^1.2
normal
futures ^0.3
normal
parking_lot ^0.12
normal
pin-project-lite ^0.2
normal
wasmrs-frames ^0.17.1
normal
anyhow ^1.0
dev
tokio ^1
dev
dashmap ^5.4
normal
tokio ^1
normal
tracing ^0.1
normal
crossbeam-channel ^0.5
normal
futures-executor ^0.3
normal
futures-util ^0.3
normal
tokio ^1
normal
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-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
wasmrs_
runtime
0.17.1
Conditionally
Send
Implementors
In crate wasmrs_
runtime
wasmrs_runtime
Trait
ConditionallySend
Copy item path
Source
pub trait ConditionallySend:
Send
+ 'static { }
Implementors
§
Source
§
impl<S>
ConditionallySend
for S
where S:
Send
+ 'static,