Type Definition goldenfile::differs::Differ [] [src]

type Differ = Box<Fn(&Path, &Path)>;

A function that displays a diff and panics if two files to not match.