pub trait SendSyncEncodeMetric: EncodeMetric + Send + Sync { }

Trait Implementations

Implementors