Trait metrics_printer::Printer[][src]

pub trait Printer {
    fn print_metrics(&self, metrics_string: String);
}

Logic to get the stringified metrics to some output device.

Required methods

fn print_metrics(&self, metrics_string: String)[src]

Print the given metrics_string to this output device.

Loading content...

Implementors

impl Printer for StderrPrinter[src]

impl Printer for StdoutPrinter[src]

Loading content...