to_base64

Function to_base64 

Source
fn to_base64<S>(v: &[u8], serializer: S) -> Result<S::Ok, S::Error>
where S: Serializer,