Struct finchers::task::MapErr [] [src]

pub struct MapErr<T, F> { /* fields omitted */ }

Trait Implementations

impl<T: Debug, F: Debug> Debug for MapErr<T, F>
[src]

[src]

Formats the value using the given formatter.

impl<T, F, R> Task for MapErr<T, F> where
    T: Task,
    F: Fn(T::Error) -> R, 
[src]

The type on success.

The type on failure.

The type of value returned from launch.

[src]

Launches itself and construct a Future, and then return it. Read more