Trait mutagen::MayNot[][src]

pub trait MayNot {
    type Output;
    fn not(
        self,
        mutation_count: usize,
        coverage: &AtomicUsize,
        mask: usize
    ) -> Self::Output; }

Associated Types

Required Methods

Implementors