pub fn with_scope<T>(scope: Scope, f: impl FnOnce() -> T) -> Twhere T: 'static,
Use Scope::enter instead; this will be removed in a future release
Runs the given code with the given Scope