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