Type Alias git2::StashApplyProgressCb

source ·
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.