string_to_bytes

Function string_to_bytes 

Source
pub fn string_to_bytes(input: &str) -> Result<Vec<u8>, WedprError>
Expand description

Converts an encoded string to a bytes vector.