macro_rules! assert_next_eq {
    ($stream:expr, $val:expr) => { ... };
}
Expand description

Assert that the stream is ready with a value that is equal to the given expression.