Struct libgit2_sys::git_cred [] [src]

pub struct git_cred {
    pub credtype: git_credtype_t,
    pub free: extern fn(*mut git_cred),
}

Fields