ben_list

Macro ben_list 

Source
macro_rules! ben_list {
    ( $($ben:expr),* ) => { ... };
}
Expand description

Construct a BencodeMut list by supplying a list of BencodeMut values.