Trait solana_metrics::metrics::MetricsWriter

source ·
pub trait MetricsWriter {
    // Required method
    fn write(&self, points: Vec<DataPoint>);
}

Required Methods§

source

fn write(&self, points: Vec<DataPoint>)

Implementors§