Macro into_vbox

Source
macro_rules! into_vbox {
    ($t: ty, $v: expr) => { ... };
}
Expand description

Create a VBox from a user defined type T.

The built VBox is another form of Box<dyn Trait>, where T: Trait.

See: crate doc