Type Alias git_push_update_reference_cb

Source
pub type git_push_update_reference_cb = Option<extern "C" fn(*const c_char, *const c_char, *mut c_void) -> c_int>;

Aliased Type§

pub enum git_push_update_reference_cb {
    None,
    Some(extern "C" fn(*const i8, *const i8, *mut c_void) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(extern "C" fn(*const i8, *const i8, *mut c_void) -> i32)

Some value of type T.