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.
macro_rules! assert_next_eq {
($stream:expr, $val:expr) => { ... };
}Assert that the stream is ready with a value that is equal to the given expression.