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
pub fn parse_fast_vec<T>(v: Vec<u8>) -> Result<T, CommonError>where
T: for<'de> Deserialize<'de>,High-performance JSON parsing from owned Vec