Function tikv_util::unescape[][src]

pub fn unescape(s: &str) -> Vec<u8>

Notable traits for Vec<u8, A>

impl<A> Write for Vec<u8, A> where
    A: Allocator

A function to unescape an escaped string to a byte array.

Panic

If s is not a properly encoded string.