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§
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".