pub fn encode_string<B: AsRef<[u8]> + ?Sized>(bytes: &B) -> String
Encodes binary data in base64 and returns the encoded data as a string.