Trait query_projector_traits::aggregates::SimpleAggregation
[−]
[src]
pub trait SimpleAggregation { fn to_simple(&self) -> Option<SimpleAggregate>; }