pub fn scope<'scope, OP, R>(op: OP) -> Rwhere OP: for<'s> FnOnce(&'s Scope<'scope>) -> R + 'scope + Send, R: Send,