Function tikv_util::codec::bytes::decode_bytes_in_place[][src]

pub fn decode_bytes_in_place(data: &mut Vec<u8>, desc: bool) -> Result<()>

Decodes bytes which are encoded by encode_bytes before just in place without malloc. Please use this instead of decode_bytes if possible.