Function base64_encode_string

Source
fn base64_encode_string(string: &str, line_break: Option<()>) -> Result<String>
Expand description

Base64-encode STRING and return the result.

Optional second argument NO-LINE-BREAK means do not break long lines into shorter lines.