Docs.rs
protoflow-core-0.1.1
protoflow-core 0.1.1
Docs.rs crate page
Unlicense
Links
Homepage
Repository
crates.io
Source
Owners
artob
Dependencies
bytes ^1
normal
futures ^0.3
normal
getrandom ^0.2
normal
optional
parking_lot ^0.12
normal
prost ^0.13
normal
prost-types ^0.13
normal
rand ^0.8
normal
optional
sysml-model =0.2.1
normal
optional
tracing ^0.1
normal
optional
cfg_aliases ^0.2
build
Versions
0%
of the crate is documented
This release has been yanked, go to latest version
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
protoflow_
core
0.1.1
Message
Implementations on Foreign Types
()
Bytes
String
Vec<u8>
bool
f32
f64
i32
i64
u32
u64
Object Safety
Implementors
In crate protoflow_
core
Trait
protoflow_core
::
Message
Copy item path
source
·
[
−
]
pub trait Message:
Message
+
Clone
+
Default
{ }
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
Message
for
bool
source
§
impl
Message
for
f32
source
§
impl
Message
for
f64
source
§
impl
Message
for
i32
source
§
impl
Message
for
i64
source
§
impl
Message
for
u32
source
§
impl
Message
for
u64
source
§
impl
Message
for
()
source
§
impl
Message
for
String
source
§
impl
Message
for
Vec
<
u8
>
source
§
impl
Message
for
Bytes
Implementors
§