Type Definition kas_widgets::RefStack[][src]

pub type RefStack<'a, M> = Stack<&'a mut dyn Widget<Msg = M>>;
Expand description

A stack of widget references

This is a parametrisation of Stack.