Skip to main content

OnStreamProgressFn

Type Alias OnStreamProgressFn 

Source
pub type OnStreamProgressFn = Arc<dyn Fn(StreamProgress) + Send + Sync>;
Expand description

Boxed callback for StreamProgress events.

Aliased Typeยง

pub struct OnStreamProgressFn { /* private fields */ }