Type Definition rinfluxdb_influxql::StatementResult[][src]

pub type StatementResult<DF> = Result<Vec<TaggedDataframe<DF>>, ResponseError>;
Expand description

The result of an individual statement from an InfluxQL query