Trait lcov_diff::Diff[][src]

pub trait Diff {
    fn diff(&mut self, other: &Self) -> Result<(), MergeError>;
}

Required methods

Implementations on Foreign Types

Implementors