pub trait AsP2pMetricStoreTxExt {
    fn p2p_log_metrics(
        &self,
        metrics: Vec<MetricRecord, Global>
    ) -> Result<(), DatabaseError>;
fn p2p_prune_metrics(&self) -> Result<(), DatabaseError>; }

Required methods

Implementations on Foreign Types

Implementors