Struct mop_structs::utils::ParallelIteratorWrapper[][src]

pub struct ParallelIteratorWrapper<I>(_);

Trait Implementations

impl<I: Debug> Debug for ParallelIteratorWrapper<I>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<I> Send for ParallelIteratorWrapper<I> where
    I: Send

impl<I> Sync for ParallelIteratorWrapper<I> where
    I: Sync