to_base58

Function to_base58 

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