Type Alias Offer

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

Aliased Typeยง

struct Offer<S1, S2> { /* private fields */ }