Function base64_encode_mime

Source
pub fn base64_encode_mime(
    input: &[u8],
    output: impl Write,
    is_inline: bool,
) -> Result<usize>