macro_rules! ben_list { ( $($ben:expr),* ) => { ... }; }
Construct a BencodeMut list by supplying a list of BencodeMut values.
BencodeMut