pub type ReqwestStreamProgressHandler = Arc<dyn Fn(&ReqwestStreamProgress) + Send + Sync + 'static>;Expand description
A callback invoked with progress snapshots while reading a streamed response.
Aliased Typeยง
pub struct ReqwestStreamProgressHandler { /* private fields */ }