encode

Function encode 

Source
pub fn encode(dst: &mut ArenaString<'_>, src: &[u8])
Expand description

Encodes the given bytes as base64 and appends them to the destination string.