Skip to main content

generic_compute_diff_with_options

Function generic_compute_diff_with_options 

Source
pub fn generic_compute_diff_with_options<V>(
    source: &V,
    target: &V,
    options: &DiffOptions,
) -> GenericPatch<V>
where V: DiffableValue,
Expand description

Compute a diff with custom options