Trait difference_engine::ExtensionPoint [] [src]

pub trait ExtensionPoint {
    fn name(&self) -> String;
    fn description(&self) -> String;
}

Required Methods

Implementors