Trait below_dump::command::AggField[][src]

pub trait AggField<F: FieldId> {
    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

Implementors