Stream

Type Alias Stream 

Source
pub type Stream<T> = BoxStream<'static, T>;

Aliased Typeยง

pub struct Stream<T> { /* private fields */ }