pub fn scope<'env, R>(f: impl FnOnce(&Scope<'env>) -> R) -> RExpand description
Call scope to receive a Scope instance that can be used to register functions.
See Scope::register.
pub fn scope<'env, R>(f: impl FnOnce(&Scope<'env>) -> R) -> RCall scope to receive a Scope instance that can be used to register functions.
See Scope::register.