Skip to main content

Differ

Type Alias Differ 

Source
pub type Differ = Box<dyn Fn(&Path, &Path) + Send + Sync>;
Expand description

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

Aliased Typeยง

pub struct Differ(/* private fields */);