pub type Offer<S1, S2> = Recv<Either<S1, S2>, End>;
pub struct Offer<S1, S2> { /* private fields */ }