Function floem_reactive::with_scope

source ·
pub fn with_scope<T>(scope: Scope, f: impl FnOnce() -> T) -> T
where T: 'static,
Expand description

Runs the given code with the given Scope