Type Definition xpct::matchers::diff::Diff

source ·
pub type Diff = Vec<DiffSegment>;
Available on crate feature diff only.
Expand description

A diff between an actual and expected value.

You can generate a Diff from any type which implements Diffable.