pub type StreamV1<A, E = (), R = ()> = Stream<A, E, R>;
Compatibility facade preserving the v1 public stream type name.
pub struct StreamV1<A, E = (), R = ()> { /* private fields */ }