wasmer_compiler_singlepass::compiler

Trait IntoParIterIfRayon

Source
trait IntoParIterIfRayon {
    type Output;

    // Required method
    fn into_par_iter_if_rayon(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: Send> IntoParIterIfRayon for Vec<T>

Source§

type Output = IntoIter<T>

Source§

fn into_par_iter_if_rayon(self) -> Self::Output

Implementors§