Skip to main content

JsonParserFn

Type Alias JsonParserFn 

Source
pub type JsonParserFn = Arc<dyn Fn(&Bytes) -> Result<Value, String> + Sync + Send>;
Expand description

Parses response bytes into JSON before deserializing to T.

Aliased Type§

pub struct JsonParserFn { /* private fields */ }