Function scope

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

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