Skip to main content

ExportProgressCallback

Type Alias ExportProgressCallback 

Source
pub type ExportProgressCallback = Box<dyn Fn(usize, Option<usize>) + Send>;
Expand description

Progress callback for export operations.

Aliased Typeยง

pub struct ExportProgressCallback(/* private fields */);