Function into_bytes

Source
pub fn into_bytes(s: &str) -> Result<Vec<u8>, ParseIntError>
Expand description

Encodes a String into Hex Bytes

ยงErrors

This function will return an error if unable to encode into Hex