Trait rsure::CompareVisitor [] [src]

pub trait CompareVisitor {
    fn visit(
        &mut self,
        name: &Path,
        kind: CompareType,
        action: CompareAction,
        atts: Option<&[String]>
    ); }

Required Methods

Visit a node that has been changed. The name is the path, relative to the start of the tree. The action indicates what happened to the file. The attributes describe what happened to the file attributes (e.g., attributes modified).

Implementors