pub trait AggField<F: FieldId> {
    // Required method
    fn expand(&self, detail: bool) -> Vec<F>;
}
Expand description

Field that represents a group of related FieldIds of a Queriable. Shorthand for specifying fields to dump.

Required Methods§

source

fn expand(&self, detail: bool) -> Vec<F>

Implementors§