Type Definition git2::UpdateTips [] [src]

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

Callback for whenever a reference is updated locally.