Type Alias kas_widgets::Row

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

A generic row widget

See documentation of List type.

Aliased Type§

struct Row<W> { /* private fields */ }