Function parse_fast_vec

Source
pub fn parse_fast_vec<T>(v: Vec<u8>) -> Result<T, CommonError>
where T: for<'de> Deserialize<'de>,
Expand description

High-performance JSON parsing from owned Vec