Type Definition git2::StashCb [] [src]

type StashCb<'a> = FnMut(usize, &str, &Oid) -> bool + 'a;

This is a callback function you can provide to iterate over all the stashed states that will be invoked per entry.