[][src]Crate kyansel

Structs

Cancellable

Future for the cancel_with combinator, allowing a computation to be cancelled if a second computation completes succesfully.

Enums

CancellableError

Error returned by Cancellable

Traits

FutureCancellable

An extension trait for Future that provides the Cancellable combinator.