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

Required methods

Implementations on Foreign Types

Implementors