Skip to main content

StreamV1

Type Alias StreamV1 

Source
pub type StreamV1<A, E = (), R = ()> = Stream<A, E, R>;
Expand description

Compatibility facade preserving the v1 public stream type name.

Aliased Type§

pub struct StreamV1<A, E = (), R = ()> { /* private fields */ }