Crate either_future[][src]

Expand description

EitherFuture is a no_std implementation of Future<Output = Either<Left, Right>> for Either<LeftFuture, RightFuture>.

It is both implemented for futures::Future (0.1) and core::future::Future.

The minimum supported rust version (MSRV) is 1.15.0 if default features are disabled and only futures01 is enabled. See the different features for their respecitive MSRV.

Features

Structs