Trait IntoParallelIterator

trait IntoParallelIterator

Associated Types

type Iter: TraitBound { trait_: Path { path: "Iterator", id: Id(1), 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(2), args: None }) })) }] }) }, generic_params: [], modifier: None }
type Item: TraitBound { trait_: Path { path: "Send", id: Id(4), args: None }, generic_params: [], modifier: None }

Required Methods

fn into_par_iter(self: Self) -> <Self as >::Iter

Implementors