Struct elastic::client::responses::AggregationIterator []

pub struct AggregationIterator<'a> { /* fields omitted */ }

Aggregator that traverses the results from Elasticsearch's Aggregations and returns a result row by row in a table-styled fashion.

Trait Implementations

impl<'a> Iterator for AggregationIterator<'a>

impl<'a> Debug for AggregationIterator<'a>

Formats the value using the given formatter.