pub fn unescape_byte_str<F>(literal_text: &str, callback: &mut F)
Expand description
Takes a contents of a byte string literal (without quotes) and produces a sequence of bytes or errors. Values are returned through invoking of the provided callback.