pub fn encode(dst: &mut ArenaString<'_>, src: &[u8])Expand description
Encodes the given bytes as base64 and appends them to the destination string.
pub fn encode(dst: &mut ArenaString<'_>, src: &[u8])Encodes the given bytes as base64 and appends them to the destination string.