Function tikv_util::unescape [−][src]
pub fn unescape(s: &str) -> Vec<u8>ⓘ
A function to unescape an escaped string to a byte array.
Panic
If s is not a properly encoded string.
pub fn unescape(s: &str) -> Vec<u8>ⓘ
A function to unescape an escaped string to a byte array.
If s is not a properly encoded string.