Struct list_fn::MapResultList [−][src]
pub struct MapResultList<I, E> where
I: ListFn,
I::End: ResultFn,
E: MapResultFn<Input = <I::End as ResultFn>::Result>, { /* fields omitted */ }Trait Implementations
impl<I, E> ListFn for MapResultList<I, E> where
I: ListFn,
I::End: ResultFn,
E: MapResultFn<Input = <I::End as ResultFn>::Result>, [src]
impl<I, E> ListFn for MapResultList<I, E> where
I: ListFn,
I::End: ResultFn,
E: MapResultFn<Input = <I::End as ResultFn>::Result>, [src]Auto Trait Implementations
impl<I, E> RefUnwindSafe for MapResultList<I, E> where
E: RefUnwindSafe,
I: RefUnwindSafe,
E: RefUnwindSafe,
I: RefUnwindSafe,
impl<I, E> Send for MapResultList<I, E> where
E: Send,
I: Send,
E: Send,
I: Send,
impl<I, E> Sync for MapResultList<I, E> where
E: Sync,
I: Sync,
E: Sync,
I: Sync,
impl<I, E> Unpin for MapResultList<I, E> where
E: Unpin,
I: Unpin,
E: Unpin,
I: Unpin,
impl<I, E> UnwindSafe for MapResultList<I, E> where
E: UnwindSafe,
I: UnwindSafe,
E: UnwindSafe,
I: UnwindSafe,