pub fn with_scope_key<R>(key: &str, f: impl FnOnce() -> R) -> R
Run f with the given scope key tracking any signal reads inside.
f