Type Definition libgit2_sys::git_submodule_cb [] [src]

type git_submodule_cb = extern fn(*mut git_submodule, *const c_char, *mut c_void) -> c_int;