ben_map

Macro ben_map 

Source
macro_rules! ben_map {
    ( $($key:expr => $val:expr),* ) => { ... };
}
Expand description

Construct a BencodeMut map by supplying string references as keys and BencodeMut as values.