[][src]Type Definition git2::UpdateTips

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

Callback for whenever a reference is updated locally.