Skip to main content

parse_with_progress

Function parse_with_progress 

Source
pub fn parse_with_progress(
    content: &str,
    on_progress: impl Fn(&str, f32) + Send + 'static,
) -> Result<Arc<dyn IfcModel>>
Expand description

Parse with progress reporting