pub trait MetricsWriter {
    fn write(&self, points: Vec<DataPoint>);
}

Required Methods

Implementors