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

Required Methods

extract the columns from struct

Implementors