Type Definition git2::UpdateTips [−][src]
pub type UpdateTips<'a> = dyn FnMut(&str, Oid, Oid) -> bool + 'a;Expand description
Callback for whenever a reference is updated locally.
pub type UpdateTips<'a> = dyn FnMut(&str, Oid, Oid) -> bool + 'a;Callback for whenever a reference is updated locally.