Macro row

Source
row!() { /* proc-macro */ }
Expand description

Make a row widget

Items support widget layout syntax.

§Example

let my_widget = kas::row! ["one", "two"];