Docs.rs
open-metrics-client-0.14.0
open-metrics-client 0.14.0
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mxinden
Dependencies
dtoa ^1.0
normal
itoa ^1.0
normal
open-metrics-client-derive-text-encode ^0.1.1
normal
owning_ref ^0.4
normal
async-std ^1
dev
criterion ^0.3
dev
http-types ^2
dev
pyo3 ^0.15
dev
quickcheck ^1
dev
tide ^0.16
dev
Versions
42.16%
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
SendEncodeMetric
open_
metrics_
client
0.14.0
Send
Encode
Metric
Trait Implementations
EncodeMetric
Implementors
In open_
metrics_
client::
encoding::
text
open_metrics_client
::
encoding
::
text
Trait
Send
Encode
Metric
Copy item path
Source
pub trait SendEncodeMetric:
EncodeMetric
+
Send
{ }
Trait Implementations
§
Source
§
impl
EncodeMetric
for
Box
<dyn
SendEncodeMetric
>
Source
§
fn
encode
(&self, encoder:
Encoder
<'_, '_>) ->
Result
<
()
,
Error
>
Source
§
fn
metric_type
(&self) ->
MetricType
Implementors
§
Source
§
impl<T:
EncodeMetric
+
Send
>
SendEncodeMetric
for T