Function exec

Source
fn exec<F, R>(f: F) -> R
where F: FnOnce(&mut HashSet<Uuid>) -> R,