Trait difference_engine::Language [] [src]

pub trait Language: ExtensionPoint {
    fn diff(&self, old: String, new: String) -> Vec<(String, Provenance)>;
}

Required Methods

Implementors