Skip to main content

json_parser

Function json_parser 

Source
pub fn json_parser<F>(f: F) -> JsonParserFn
where F: Fn(&Bytes) -> Result<Value, String> + Send + Sync + 'static,
Expand description

Wraps a custom JSON parse function for use with ClientBuilder::json_parser.