Function debug_assert_accessible
Source pub fn debug_assert_accessible(node: &Node)
Expand description
Panics in debug builds if the subtree has accessibility problems.
Compiled away entirely in release builds, so it costs nothing in production.
ยงPanics
In debug builds, if audit reports any issue.