Trait columnar::Columnar [] [src]

pub trait Columnar: 'static + Sized {
    type Stack: ColumnarStack<Self>;
}

Associated Types

Implementors