Function cosmic::iced_futures::core::widget::operation::focusable::focus_next
source ยท pub fn focus_next<T>() -> impl Operation<T>where
T: Send + 'static,
Expand description
Produces an Operation
that searches for the current focused widget, and
- if found, focuses the next focusable widget.
- if not found, focuses the first focusable widget.