Trait libafl::state::HasStartTime[][src]

pub trait HasStartTime {
    fn start_time(&self) -> &Duration;
fn start_time_mut(&mut self) -> &mut Duration; }
Expand description

Trait for the starting time

Required methods

fn start_time(&self) -> &Duration[src]

The starting time

fn start_time_mut(&mut self) -> &mut Duration[src]

The starting time (mut)

Implementors

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

fn start_time(&self) -> &Duration[src]

The starting time

fn start_time_mut(&mut self) -> &mut Duration[src]

The starting time (mut)