Skip to main content

push_with_progress

Function push_with_progress 

Source
pub fn push_with_progress(
    root: &Path,
    confirmed: bool,
    progress: Option<&mut (dyn FnMut(&str, Value) + '_)>,
) -> Result<Value>