Function string_to_hex

Source
pub fn string_to_hex<T: TryFrom<Vec<u8>> + PrintForLog<T>>(
    key: JsString,
) -> Result<T, Error>
where <T as TryFrom<Vec<u8>>>::Error: Debug,