pub trait AggField<F: FieldId> {
    fn expand(&self, detail: bool) -> Vec<F>Notable traits for Vec<u8, A>impl<A> Write for Vec<u8, A>where
    A: Allocator,
; }
Expand description

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

Required Methods

Implementors