pub type TypedEnds<S, T, C> = (TypedProducer<S, T, C>, TypedConsumer<S, T, C>);Expand description
The producer/consumer pair returned by Builder::open_typed.
pub type TypedEnds<S, T, C> = (TypedProducer<S, T, C>, TypedConsumer<S, T, C>);The producer/consumer pair returned by Builder::open_typed.