pub type OnStreamProgressFn = Arc<dyn Fn(StreamProgress) + Send + Sync>;Expand description
Boxed callback for StreamProgress events.
Aliased Typeยง
pub struct OnStreamProgressFn { /* private fields */ }pub type OnStreamProgressFn = Arc<dyn Fn(StreamProgress) + Send + Sync>;Boxed callback for StreamProgress events.
pub struct OnStreamProgressFn { /* private fields */ }