Type Alias kas_widgets::BoxColumn

source ·
pub type BoxColumn<Data> = BoxList<Data, Down>;
Expand description

A column of boxed widgets

See documentation of List type.

Aliased Type§

struct BoxColumn<Data> { /* private fields */ }