Trait mutagen::MayNeg[][src]

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

Associated Types

Required Methods

Implementors