Trait rsure::TreeUpdate [] [src]

pub trait TreeUpdate {
    fn update_from(&mut self, old: &Self);
}

Required Methods

Update any sha1 hashes in self using old as a reference. This looks for files that have sufficiently similar attributes that we can assume the sha1 hash is the same.

Implementors