Function create_child_scope
pub fn create_child_scope(f: impl FnOnce()) -> NodeHandleExpand description
Create a child scope.
Returns the created NodeHandle which can be used to dispose it.
pub fn create_child_scope(f: impl FnOnce()) -> NodeHandleCreate a child scope.
Returns the created NodeHandle which can be used to dispose it.