Function take_mut::scoped::scope [] [src]

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

Main function to create a Scope.

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