Struct rsure::PrintVisitor [] [src]

pub struct PrintVisitor<W: Write>(_);

A visitor that just prints out the changes, textually, to a given writer.

Trait Implementations

impl<W: Write> CompareVisitor for PrintVisitor<W>
[src]

[src]

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). Read more

Auto Trait Implementations

impl<W> Send for PrintVisitor<W> where
    W: Send

impl<W> Sync for PrintVisitor<W> where
    W: Sync