Type Definition mpstthree::binary::offer::Offer[][src]

pub type Offer<S1, S2> = Recv<Either<S1, S2>, End>;
Expand description

Offer a choice between two sessions S1 and S1. Implemented using Recv and Either.