pub fn parse_custom_message<T: DeserializeOwned>(raw_message: &str) -> Result<T>Expand description
Parse a custom message structure from raw JSON data
pub fn parse_custom_message<T: DeserializeOwned>(raw_message: &str) -> Result<T>Parse a custom message structure from raw JSON data