Function tramex_tools::interface::functions::extract_hexe
source · pub fn extract_hexe<T: AsRef<str>>(data: &[T]) -> Result<Vec<u8>, TramexError>
Expand description
Extract hexadecimal data from a vector of strings.
Errors
Returns a TramexError if the hexe representation could not be extracted.