macro_rules! wrap_horizontal { () => { ... }; ($($x:expr),+ $(,)?) => { ... }; }
Creates a horizontal Wrap with the given children.
Wrap