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

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

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§