Macro bip_bencode::ben_bytes [] [src]

macro_rules! ben_bytes {
    ( $ben:expr ) => { ... };
}

Construct BencodeMut bytes by supplying a type convertible to Vec<u8>.