Skip to main content

render

Function render 

Source
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.