Module row

Source

Macros§

row_ui
A declarative macro to simplify the creation of a row component.

Structs§

RowArgs
Arguments for the row component.
RowArgsBuilder
Builder for RowArgs.
RowItem
Represents a child item within a row layout.

Enums§

RowArgsBuilderError
Error type for RowArgsBuilder

Traits§

AsRowItem
Trait to allow various types to be converted into a RowItem.

Functions§

row
A row component that arranges its children horizontally.