[][src]Macro futures_ext::try_boxstream

macro_rules! try_boxstream {
    ($e:expr) => { ... };
}

Macro that can be used like ? operator, but in the context where the expected return type is BoxStream. The result of it is either Ok part of Result or immediate returning the Err part converted into BoxStream.