DiffAlgorithm

Trait DiffAlgorithm 

Source
pub trait DiffAlgorithm {
    // Required method
    fn generate(&self) -> Patch;
}
Expand description

Trait for different diffing algorithms

Required Methods§

Source

fn generate(&self) -> Patch

Generate a patch between the old and new content

Implementors§