Type Alias Row

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

A generic row widget

See documentation of List type.

Aliased Typeยง

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