Type Alias Difference

Source
pub type Difference = Vec<Patch>;
Expand description

Contains patches between two slices of objects.

Aliased Typeยง

pub struct Difference { /* private fields */ }