Function 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.