Trait akita::GetFields[][src]

pub trait GetFields {
    fn fields() -> Vec<FieldName>;
}

Required methods

extract the columns from struct

Implementors