macro_rules! expect { [[$data:expr]] => { ... }; [$data:expr] => { ... }; [] => { ... }; [[]] => { ... }; }
Creates an instance of Expect from an expression returning bytes:
Expect
expect![[b"example"]];