Type Definition kas_widgets::RefStack

source ·
pub type RefStack<'a> = Stack<&'a mut dyn Widget>;
Expand description

A stack of widget references

This is a parametrisation of Stack.