wrap_horizontal

Macro wrap_horizontal 

Source
macro_rules! wrap_horizontal {
    () => { ... };
    ($($x:expr),+ $(,)?) => { ... };
}
Expand description

Creates a horizontal Wrap with the given children.