macro_rules! ben_bytes {
( $ben:expr ) => { ... };
}
Expand description
Construct BencodeMut
bytes by supplying a type convertible to Vec<u8>
.
macro_rules! ben_bytes {
( $ben:expr ) => { ... };
}
Construct BencodeMut
bytes by supplying a type convertible to Vec<u8>
.