base16_decode_string

Function base16_decode_string 

Source
pub fn base16_decode_string<S>(x: &str) -> Result<S, Error>
where S: Deserial,
Expand description