Function extract_and_deserialize_iproto_data

Source
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.