Trait IntoParallelRefMutIterator
trait IntoParallelRefMutIterator<'data>
Associated Types
type Iter: TraitBound { trait_: Path { path: "IntoParallelIterator", id: Id(2), args: Some(AngleBracketed { args: [], constraints: [AssocItemConstraint { name: "Item", args: None, binding: Equality(Type(QualifiedPath { name: "Item", args: None, self_type: Generic("Self"), trait_: Some(Path { path: "", id: Id(12), args: None }) })) }] }) }, generic_params: [], modifier: None }type Item: TraitBound { trait_: Path { path: "Send", id: Id(4), args: None }, generic_params: [], modifier: None } + Outlives("'data")
Required Methods
fn par_iter_mut(self: &'data mut Self) -> <Self as >::Iter
Implementors
impl<'data, I: 'data + ?Sized> IntoParallelRefMutIterator for I