[][src]Trait rust_covfix::rule::Rule

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

Required methods

fn fix_file_coverage(&self, source: &SourceCode, file_cov: &mut FileCoverage)

Loading content...

Implementors

impl Rule for CloseBlockRule[src]

impl Rule for CommentRule[src]

impl Rule for DeriveRule[src]

impl Rule for LoopRule[src]

impl Rule for TestRule[src]

impl Rule for UnreachableRule[src]

Loading content...