risingwave_storage

Macro assert_bytes_eq

source
macro_rules! assert_bytes_eq {
    ($left:expr, $right:expr) => { ... };
}
Expand description

assert_eq two Vec<u8> with human-readable format.