Trait list_fn::MapResult[][src]

pub trait MapResult where
    Self: ListFn,
    Self::End: ResultFn
{ fn map_result<E: MapResultFn<Input = <Self::End as ResultFn>::Result>>(
        self,
        map: E
    ) -> MapResultList<Self, E> { ... } }

Provided methods

Implementors