[][src]Trait dipstick::LineFormat

pub trait LineFormat: Send + Sync {
    fn template(&self, name: &MetricName, kind: InputKind) -> LineTemplate;
}

Forges metric-specific printers

Required methods

fn template(&self, name: &MetricName, kind: InputKind) -> LineTemplate

Prepare a template for output of metric values.

Loading content...

Implementors

impl LineFormat for SimpleFormat
[src]

Loading content...