macro_rules! into_vbox { ($t: ty, $v: expr) => { ... }; }
Create a VBox from a user defined type T.
VBox
T
The built VBox is another form of Box<dyn Trait>, where T: Trait.
Box<dyn Trait>
T: Trait
See: crate doc