[][src]Type Definition vessels::kind::Fallible

type Fallible<T, E> = Future<Result<T, E>>;

Trait Implementations

impl<U: From<TransportError> + Sync + Send, T> Flatten for Fallible<T, U>[src]