Function rui::hstack

source · []
pub fn hstack<VT: ViewTuple>(children: VT) -> impl View
Expand description

Horizontal stack of up to 8 Views in a tuple. Each item can be a different view type.