to_string_base64_bytes

Function to_string_base64_bytes 

Source
pub fn to_string_base64_bytes<T>(value: &T) -> Result<String, SerError>
where T: Serialize + ?Sized,
Available on crate features std or alloc only.