[][src]Type Definition kas::widget::RefStack

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

A stack of widget references

This is a parametrisation of Stack.