Module zng_ext_input::focus::iter
source · Expand description
Focusable info tree iterators.
Structs§
- An iterator that filters a focusable widget tree.
- Iterator over all focusable items in a branch of the widget tree.
- Filter a widget info iterator to only focusable items.
Traits§
- Filter-maps an iterator of
WidgetInfo
toWidgetFocusInfo
.