decode

Function decode 

Source
pub fn decode(src: &[u8]) -> Result<Vec<u8>, Error>
Expand description

Decode bytes using the base62, return Result<Vec<u8>, Error>.