pub fn render<A: AsRef<Path>, B: AsRef<Path>>(
a: A,
b: B,
options: &DiffOptions,
) -> Result<DiffOutput, DiffError>Expand description
Diffs the dump files at the two paths.
pub fn render<A: AsRef<Path>, B: AsRef<Path>>(
a: A,
b: B,
options: &DiffOptions,
) -> Result<DiffOutput, DiffError>Diffs the dump files at the two paths.