Struct libgit2_sys::git_message_trailer
source · #[repr(C)]pub struct git_message_trailer {
pub key: *const c_char,
pub value: *const c_char,
}Fields§
§key: *const c_char§value: *const c_char#[repr(C)]pub struct git_message_trailer {
pub key: *const c_char,
pub value: *const c_char,
}key: *const c_char§value: *const c_char