Type Definition mysql_async::futures::ReduceAndDrop

source ·
pub type ReduceAndDrop<S, T, P, F, U> = AndThen<Either<FutureResult<(S, U), Error>, Reduce<T, P, F, U>>, (BoxFuture<T>, FutureResult<U, Error>), fn(_: (S, U)) -> (BoxFuture<T>, FutureResult<U, Error>)>;