Crate accessibility_tree

Source

Re-exports§

pub use euclid;

Modules§

dom
This is a Document Object Model, but is not necessarily compatible with the DOM.
fonts
layout
primitives
style
text

Macros§

include_fonts
tagged_union_with_jump_tables
Create an enum with methods that match on it, where matching is implemented as a jump table (static array of function pointers, indexed by discriminant).