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