Docs.rs
crb-core-0.0.38
crb-core 0.0.38
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
therustmonk
Dependencies
anyhow ^1.0.98
normal
crb-core-std ^0.0.38
normal
optional
crb-core-web ^0.0.38
normal
optional
derive_more ^2.0.1
normal
futures ^0.3.31
normal
thiserror ^2.0.12
normal
tokio ^1.44.2
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
crb_
core
0.0.38
Msg
Implementors
In crate crb_
core
crb_core
Trait
Msg
Copy item path
Source
pub trait Msg:
Send
+ 'static { }
Expand description
A message that can be sent between threads.
Implementors
§
Source
§
impl<T:
Send
+ 'static>
Msg
for T