Re-exports

pub use kurbo;

Structs

Defines a custom action for a UI element.
A single accessible object. A complete UI is represented as a tree of these.
The stable identity of a Node, unique within the node’s tree.
A marker spanning a range within text.
Offsets are in UTF-8 code units.
The data associated with an accessibility tree that’s global to the tree and not associated with any particular node.
A serializable representation of an atomic change to a Tree.

Enums

An action to be taken on an accessibility node.
Describes the action that will be performed on a given node when executing the default action, which is a click.
Function that can be performed when a dragged object is released on a drop target.
Indicates if a form control has invalid input or if a web DOM element has an aria-invalid attribute.
The type of an accessibility node.

Traits

Handles requests from assistive technologies or other clients.

Type Definitions