Trait rsure::TreeCompare [] [src]

pub trait TreeCompare {
    fn compare_from<V: CompareVisitor>(
        &self,
        visitor: &mut V,
        old: &Self,
        path: &Path
    ); }

Required Methods

Compare two trees, reporting (to stdout) any differences between them.

Implementors