pub type JsonParserFn = Arc<dyn Fn(&Bytes) -> Result<Value, String> + Sync + Send>;
Parses response bytes into JSON before deserializing to T.
T
pub struct JsonParserFn { /* private fields */ }