Trait query_param_group::NamedFields [] [src]

pub trait NamedFields {
    const FIELDS: &'static [&'static str];
}

This trait is used to get the names of the fields of the structures.

Associated Constants

Implementors