pub type Column<C> = List<C, Down>;
A generic column widget
See documentation of List type.
List
pub struct Column<C> { /* private fields */ }