stream

Macro stream 

Source
macro_rules! stream {
    { $iter:expr => $item:pat in $b:block } => { ... };
}
Expand description

Convenient helper to use easily the custom streaming iterator.