[−][src]Type Definition iced_graphics::widget::Row
type Row<'a, Message, Backend> = Row<'a, Message, Renderer<Backend>>;
A container that distributes its contents horizontally.
type Row<'a, Message, Backend> = Row<'a, Message, Renderer<Backend>>;
A container that distributes its contents horizontally.