pub fn render<A: AsRef<Path>, B: AsRef<Path>>(
a: A,
b: B,
) -> Result<CompareOutput, CompareError>Expand description
Compares the recordings at the two paths.
pub fn render<A: AsRef<Path>, B: AsRef<Path>>(
a: A,
b: B,
) -> Result<CompareOutput, CompareError>Compares the recordings at the two paths.