Docs.rs
prometheus-client-0.18.1
prometheus-client 0.18.1
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
parking_lot ^0.12
normal
prometheus-client-derive-text-encode ^0.3.0
normal
actix-web ^4
dev
async-std ^1
dev
criterion ^0.3
dev
http-types ^2
dev
pyo3 ^0.16
dev
quickcheck ^1
dev
rand ^0.8.4
dev
tide ^0.16
dev
Versions
50%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
SendSyncEncodeMetric
Trait Implementations
EncodeMetric
Implementors
In prometheus_client::encoding::text
?
Trait
prometheus_client
::
encoding
::
text
::
SendSyncEncodeMetric
source
·
[
−
]
pub trait SendSyncEncodeMetric:
EncodeMetric
+
Send
+
Sync
{ }
Trait Implementations
source
impl
EncodeMetric
for
Box
<dyn
SendSyncEncodeMetric
>
source
fn
encode
(&self, encoder:
Encoder
<'_, '_>) ->
Result
<
()
,
Error
>
source
fn
metric_type
(&self) ->
MetricType
Implementors
source
impl<T:
EncodeMetric
+
Send
+
Sync
>
SendSyncEncodeMetric
for T