Skip to main content

AggField

Trait AggField 

Source
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>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§