☰
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