pub type Differ = Box<dyn Fn(&Path, &Path) + Send + Sync>;
A function that displays a diff and panics if two files to not match.
pub struct Differ(/* private fields */);