pub trait Rule {
// Required method
fn fix_file_coverage(
&self,
source: &SourceCode,
file_cov: &mut FileCoverage,
);
}
pub trait Rule {
// Required method
fn fix_file_coverage(
&self,
source: &SourceCode,
file_cov: &mut FileCoverage,
);
}