pub fn run_as_child<T>(f: impl FnOnce() -> T + 'static) -> T
Expand description

Runs the given function as a child of the current Owner, once.