pub type git_checkout_progress_cb = Option<extern "C" fn(_: *const c_char, _: size_t, _: size_t, _: *mut c_void)>;

Aliased Type§

enum git_checkout_progress_cb {
    None,
    Some(extern "C" fn(_: *const i8, _: usize, _: usize, _: *mut c_void)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(_: *const i8, _: usize, _: usize, _: *mut c_void))

Some value of type T.