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