Type Alias libgit2_sys::git_diff_notify_cb
source · pub type git_diff_notify_cb = Option<extern "C" fn(_: *const git_diff, _: *const git_diff_delta, _: *const c_char, _: *mut c_void) -> c_int>;
Aliased Type§
enum git_diff_notify_cb {
None,
Some(extern "C" fn(_: *const git_diff, _: *const git_diff_delta, _: *const i8, _: *mut c_void) -> i32),
}