pub trait IntoNamedQuery: InfluxDbWriteable + Sized {
    fn into_named_query(self) -> WriteQuery { ... }
}
Expand description

Convert a metric to an influxdb query using the type name.

Provided Methods

Implementors