Type Definition kas_widgets::Row[][src]

pub type Row<W> = List<Right, W>;
Expand description

A generic row widget

See documentation of List type.