Macro ben_bytes

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

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