Skip to main content
DynMetrics
xmtp_
mls
1.12.0-dev
DynMetrics
Aliased Type
Trait Implementations
MetricsCasting
In xmtp_
mls::
worker
xmtp_mls
::
worker
Type Alias
DynMetrics
Copy item path
Source
pub type DynMetrics =
Arc
<dyn
Any
+
Send
+
Sync
>;
Aliased Type
§
pub struct DynMetrics {
/* private fields */
}
Trait Implementations
§
Source
§
impl
MetricsCasting
for
DynMetrics
Source
§
fn
as_sync_metrics
(&self) ->
Option
<
Arc
<
WorkerMetrics
<
SyncMetric
>>>