pub fn WindowNode(
__arg0: WindowId,
__arg1: WindowConfig,
content: impl FnMut() + 'static,
)Expand description
Renders content in a peer operating-system window.
This is the first-class multi-window spelling. Window remains a compact
alias for the same peer-window declaration.