Type Definition rinfluxdb_influxql::ResponseResult[][src]

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

The result of an entire InfluxQL query