ContainerOf

Type Alias ContainerOf 

Source
pub type ContainerOf<T> = <T as Columnar>::Container;
Expand description

The container type of columnar type T.

Equivalent to <T as Columnar>::Container.