pub fn encode_bytes<B>(bytes: B) -> Vec<u8>where
    B: AsRef<[u8]>,
Expand description

Encode bytes and return the result in a Vec.