zino_http::response

Type Alias DataTransformer

Source
pub type DataTransformer = fn(data: &JsonValue) -> Result<Bytes, Error>;
Expand description

A function pointer of transforming the response data.