Trait libafl::state::HasExecutions[][src]

pub trait HasExecutions {
    fn executions(&self) -> &usize;
fn executions_mut(&mut self) -> &mut usize; }
Expand description

Trait for the execution counter

Required methods

fn executions(&self) -> &usize[src]

The executions counter

fn executions_mut(&mut self) -> &mut usize[src]

The executions counter (mut)

Implementors

impl<C, FT, I, R, SC> HasExecutions for StdState<C, FT, I, R, SC> where
    C: Corpus<I>,
    I: Input,
    R: Rand,
    FT: FeedbackStatesTuple,
    SC: Corpus<I>, 
[src]

fn executions(&self) -> &usize[src]

The executions counter

fn executions_mut(&mut self) -> &mut usize[src]

The executions counter (mut)