Type Definition git2::StashApplyProgressCb[][src]

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.