Macro iced::widget::keyed_column

source ·
macro_rules! keyed_column {
    () => { ... };
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

Creates a Column with the given children.