[][src]Macro futures_ext::ensure_boxstream

macro_rules! ensure_boxstream {
    ($cond:expr, $e:expr) => { ... };
}

Macro that can be used like ensure! macro from failure crate, but in the context where the expected return type is BoxStream. Exits a function early with an Error if the condition is not satisfied.