pub fn stream<Output>(sipper: impl Sipper<Output>) -> impl Stream<Item = Output>
sipper
Turns a Sipper into a [Stream].
Sipper
Stream
This is only possible if the Output and Progress types of the Sipper match!
Output
Progress