Trait difference_engine::Presentation [] [src]

pub trait Presentation: ExtensionPoint {
    fn present(&self, diff: Vec<(String, Provenance)>);
}

Required Methods

Implementors