pub fn base64_encode_safe_to_str<I: Bits>(input: I) -> Result<String, Error>Available on crate feature
alloc only.Expand description
Encodes the provided input to a string, using the using the filesystem and
URL-safe RFC-4648 BASE64URL_ALPHABET