Skip to main content

push_expect

Macro push_expect 

Source
macro_rules! push_expect {
    ($fut:expr) => { ... };
    ($fut:expr, $msg:expr) => { ... };
}
Expand description

Await a push future and return a contextualized error on failure.