Macro bip_bencode::ben_map [] [src]

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

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