wrap_vertical

Macro wrap_vertical 

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

Creates a vertical Wrap with the given children.