Docs.rs
protoflow-core-0.4.3
protoflow-core 0.4.3
Permalink
Docs.rs crate page
Unlicense
Links
Homepage
Repository
crates.io
Source
Owners
artob
Dependencies
bytes ^1
normal
dogma ^0.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
serde ^1.0
normal
optional
sharded-slab ^0.1.7
normal
stability ^0.2
normal
sysml-model =0.2.3
normal
optional
tracing ^0.1
normal
optional
cfg_aliases ^0.2
build
Versions
32.52%
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
protoflow_
core
0.4.3
AsBlock
Required Methods
as_block
Implementors
In crate protoflow_
core
protoflow_core
Trait
AsBlock
Copy item path
Source
pub trait AsBlock { // Required method fn
as_block
(&self) -> &dyn
Block
; }
Required Methods
§
Source
fn
as_block
(&self) -> &dyn
Block
Implementors
§
Source
§
impl<T:
Block
+
Sized
>
AsBlock
for T