Type Definition git2::StashApplyProgressCb [] [src]

type StashApplyProgressCb<'a> = FnMut(StashApplyProgress) -> bool + 'a;

Stash application progress notification function.

Return true to continue processing, or false to abort the stash application.