take_mut::scoped

Function scope

Source
pub fn scope<'s, F, R>(f: F) -> R
where F: FnOnce(&Scope<'s>) -> R,
Expand description

Main function to create a Scope.

If the given closure ends without all Holes filled, will abort the program.