macro_rules! ben_bytes { ( $ben:expr ) => { ... }; }
Construct BencodeMut bytes by supplying a type convertible to Vec<u8>.
BencodeMut
Vec<u8>