Trait akita::GetFields[][src]

pub trait GetFields {
    fn fields() -> Vec<FieldName>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator
; }

Required methods

extract the columns from struct

Implementors