Skip to main content

diff_tapes_with_options

Function diff_tapes_with_options 

Source
pub fn diff_tapes_with_options<'a, S: TapeSource, T: TapeSource>(
    source: &'a S,
    target: &'a T,
    options: &TapeDiffOptions,
) -> Result<TapeDiff<'a>>
Expand description

Diff two tapes with custom options

ยงErrors

Returns an error if tape traversal fails.