pub type RefStack<'a> = Stack<&'a mut dyn Widget>;
A stack of widget references
This is a parametrisation of Stack.
Stack