pub fn parse_fast_owned<T>(s: SmartString) -> Result<T, CommonError>where
T: for<'de> Deserialize<'de>,Expand description
High-performance JSON parsing from owned SmartString
This is the preferred method for parsing market data messages
pub fn parse_fast_owned<T>(s: SmartString) -> Result<T, CommonError>where
T: for<'de> Deserialize<'de>,High-performance JSON parsing from owned SmartString
This is the preferred method for parsing market data messages