[][src]Struct amadeus_core::dist_iter::FlatMap

#[must_use]
pub struct FlatMap<I, F> { /* fields omitted */ }

Trait Implementations

impl<I: DistributedIterator, F, R: IntoIterator> DistributedIterator for FlatMap<I, F> where
    F: FnMut(I::Item) -> R + Clone + ProcessSend
[src]

type Item = R::Item

type Task = FlatMapConsumer<I::Task, F>

impl<I: DistributedIteratorMulti<Source>, F, R: IntoIterator, Source> DistributedIteratorMulti<Source> for FlatMap<I, F> where
    F: FnMut(<I as DistributedIteratorMulti<Source>>::Item) -> R + Clone + ProcessSend
[src]

type Item = R::Item

type Task = FlatMapConsumer<I::Task, F>

Auto Trait Implementations

impl<I, F> Unpin for FlatMap<I, F> where
    F: Unpin,
    I: Unpin

impl<I, F> Sync for FlatMap<I, F> where
    F: Sync,
    I: Sync

impl<I, F> Send for FlatMap<I, F> where
    F: Send,
    I: Send

impl<I, F> UnwindSafe for FlatMap<I, F> where
    F: UnwindSafe,
    I: UnwindSafe

impl<I, F> RefUnwindSafe for FlatMap<I, F> where
    F: RefUnwindSafe,
    I: RefUnwindSafe

Blanket Implementations

impl<T> IntoDistributedIterator for T where
    T: DistributedIterator
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> IntersectPlusUnionIsPlus for T where
    T: ?Sized
[src]

impl<T> FromBits<T> for T

impl<T, U> Cast<U> for T where
    U: FromCast<T>, 

impl<T> FromCast<T> for T

impl<T, U> IntoBits<U> for T where
    U: FromBits<T>,