[][src]Function scoped_callback::scope

pub fn scope<'env, R>(f: impl FnOnce(&Scope<'env>) -> R) -> R

Call scope to receive a Scope instance that can be used to register functions. See Scope::register.