Type Alias kas_widgets::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§

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