Type Definition mysql_async::futures::ForEachAndDrop

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