Struct git2::DiffBinary
[−]
[src]
pub struct DiffBinary<'a> {
// some fields omitted
}Structure describing the binary contents of a diff.
Methods
impl<'a> DiffBinary<'a>[src]
fn old_file(&self) -> DiffBinaryFile<'a>
The contents of the old file.
fn new_file(&self) -> DiffBinaryFile<'a>
The contents of the new file.