Docs.rs
data-pipeline-rs-0.1.1
data-pipeline-rs 0.1.1
Permalink
Docs.rs crate page
Apache-2.0
/
MIT
Links
crates.io
Source
Owners
bbaldino
Dependencies
anyhow ^1.0.89
normal
serde_json ^1.0.128
normal
tokio ^1.40.0
normal
Versions
3.08%
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
data_
pipeline_
rs
0.1.1
Stats
Producer
Provided Methods
get_stats
Implementors
In data_
pipeline_
rs::
stats_
producer
data_pipeline_rs
::
stats_producer
Trait
StatsProducer
Copy item path
Source
pub trait StatsProducer { // Provided method fn
get_stats
(&self) ->
Option
<
Value
> { ... } }
Provided Methods
§
Source
fn
get_stats
(&self) ->
Option
<
Value
>
Implementors
§
Source
§
impl<T>
StatsProducer
for
SomeDataHandler
<T>
Source
§
impl<T>
StatsProducer
for
StaticDemuxer
<T>
Source
§
impl<T>
StatsProducer
for
Node
<T>