Skip to main content

b64_to_string

Function b64_to_string 

Source
pub fn b64_to_string(data: &String) -> RUMResult<RUMVec<u8>>
Expand description

Convenience function for transforming a base64 encoded string back to its original form.

ยงExample