Function take_mut::scoped::scope

source ·
pub fn scope<'s, F, R>(f: F) -> Rwhere
    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.