pub type Ends<S> = (Producer<S>, Consumer<S>);
The producer and consumer ends returned by Builder::open.
Builder::open