pub type StashApplyProgressCb<'a> = dyn FnMut(StashApplyProgress) -> bool + 'a;Expand description
Stash application progress notification function.
Return true to continue processing, or false to
abort the stash application.
pub type StashApplyProgressCb<'a> = dyn FnMut(StashApplyProgress) -> bool + 'a;Stash application progress notification function.
Return true to continue processing, or false to
abort the stash application.