pub fn with_tree<R>(f: impl FnOnce(&mut dyn TreeOps) -> R) -> RExpand description
Access the installed tree. Tree methods never run user code, so nesting cannot occur while a borrow is held; if events were queued during the call, they are pumped after the borrow is released (the “safe point” of §3.3).