binrw_write_and_assert_eq

Macro binrw_write_and_assert_eq 

Source
macro_rules! binrw_write_and_assert_eq {
    (
        $value:expr,
        $byte_arr_or_hex_stream:tt
    ) => { ... };
}