Type Alias BoxStack

Source
pub type BoxStack<Data> = Stack<Box<dyn Widget<Data = Data>>>;
Expand description

A stack of boxed widgets

This is a parametrisation of Stack.

Aliased Typeยง

pub struct BoxStack<Data> { /* private fields */ }