[][src]Macro suspend_channel::try_stream

macro_rules! try_stream {
    {$($block:tt)*} => { ... };
}

A macro for constructing an async stream of Result<T, E> from a generator function.