Type Alias mpstthree::binary::choose::Choose

source ·
pub type Choose<S1, S2> = Send<Either<<S1 as Session>::Dual, <S2 as Session>::Dual>, End>;
Expand description

Choose between two sessions S1 and S2. Implemented using Send and Either.

Aliased Type§

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