Rust Multithreading avec un vecteur de différentes fonctions

fn run(ops: &Vec<&'static (dyn Fn(usize) + Sync)>)
SAMER SAEID