Docs.rs
cu29-0.3.1
cu29 0.3.1
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
gbin
Dependencies
bincode ^2.0.0-rc.3
normal
clap ^4.5.18
normal
compact_str ^0.8.0
normal
cu29-clock ^0.3.0
normal
cu29-log ^0.3.0
normal
cu29-log-derive ^0.3.0
normal
cu29-log-runtime ^0.3.0
normal
cu29-traits ^0.3.0
normal
hdrhistogram ^7.5.4
normal
petgraph ^0.6.5
normal
ron ^0.8.1
normal
serde ^1.0.210
normal
serde_derive ^1.0.210
normal
tempfile ^3.13.0
normal
uom ^0.36.0
normal
Versions
44.86%
of the crate is documented
Go to latest version
Platform
i686-unknown-linux-gnu
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
cu29
0.3.1
CuMsg
Payload
Object Safety
Implementors
In cu29::
cutask
cu29
::
cutask
Trait
CuMsgPayload
Copy item path
source
pub trait CuMsgPayload:
Default
+
Encode
+
Decode
+
Sized
{ }
Object Safety
§
This trait is
not
object safe
.
Implementors
§
source
§
impl<T:
Default
+
Encode
+
Decode
+
Sized
>
CuMsgPayload
for T