Type Alias Column

Source
pub type Column<C> = List<C, Down>;
Expand description

A generic column widget

See documentation of List type.

Aliased Typeยง

pub struct Column<C> { /* private fields */ }