Crate iced_focus[][src]

Expand description

A proc-macro to derive a focus chain for Iced applications Take a look at the readme for more informations.

Enums

The direction of the focus request.

The state returned by the focus request on a focusable element.

Traits

This trait specifies an element in the applications state that can be added to the focus chain.