Docs.rs
rumeter-component-0.1.3
rumeter-component 0.1.3
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
jimmyseraph
Dependencies
async-trait ^0.1.53
normal
chrono ^0.4.19
normal
futures ^0.3.21
normal
reqwest ^0.11
normal
serde ^1.0.137
normal
serde_json ^1.0.81
normal
slab ^0.4.6
normal
tokio ^1
normal
tracing ^0.1.34
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
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
rumeter_
component
0.1.3
Output
Required Methods
write
Implementors
In crate rumeter_
component
rumeter_component
Trait
Output
Copy item path
Source
pub trait Output { // Required method fn
write
(&mut self, data:
RecordData
); }
Required Methods
§
Source
fn
write
(&mut self, data:
RecordData
)
Implementors
§
Source
§
impl
Output
for
FileOutput