pub fn match_node_leaf( closure: impl FnMut(UiNodeOp<'_>) + Send + 'static, ) -> impl UiNode
Creates a node that is implemented as a closure that matches over UiNodeOp and does not delegate to any child node.
UiNodeOp