pub fn placed_semantics_from_shell<R>(
shell: &mut AppShell<R>,
) -> Option<PlacedSemanticsNode>Expand description
The placed tree of what a shell shows right now. None before the first
frame, or while the shell does not build semantics; turn them on with
set_semantics_enabled(true) first.