load_project_file_with_progress

Function load_project_file_with_progress 

Source
pub fn load_project_file_with_progress<O, P>(
    file: &ProjectFile,
    update_analysis_and_wait: bool,
    options: Option<O>,
    progress: P,
) -> Option<Ref<BinaryView>>
Expand description

Equivalent to load_project_file but with a progress callback.