Macro slicetools::stream [] [src]

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

Convenient helper to use easily the custom streaming iterator.