Type Alias 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.

Aliased Typeยง

struct Diff { /* private fields */ }