Skip to main content

TypedEnds

Type Alias TypedEnds 

Source
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.