pub fn extract_and_deserialize_iproto_data<T: DeserializeOwned>(
value: Value,
) -> Result<T, DecodingError>
Expand description
Extract IPROTO_DATA from response body and deserialize it into provided type.
pub fn extract_and_deserialize_iproto_data<T: DeserializeOwned>(
value: Value,
) -> Result<T, DecodingError>
Extract IPROTO_DATA from response body and deserialize it into provided type.