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

The starting time

The starting time (mut)

Implementors