[][src]Function base64_url::escape_in_place

pub fn escape_in_place(base64: &mut String) -> &str

In-place escape a Base64 string to a Base64-URL string. The conversion is not concerning with Base64 decoding. You need to make sure the input string is a correct Base64 string by yourself.