Trait libafl::inputs::HasBytesVec[][src]

pub trait HasBytesVec {
    fn bytes(&self) -> &[u8];
fn bytes_mut(&mut self) -> &mut Vec<u8>; }

Contains an internal bytes Vector

Required methods

fn bytes(&self) -> &[u8][src]

The internal bytes map

fn bytes_mut(&mut self) -> &mut Vec<u8>[src]

The internal bytes map (as mutable borrow)

Loading content...

Implementors

impl HasBytesVec for BytesInput[src]

fn bytes(&self) -> &[u8][src]

fn bytes_mut(&mut self) -> &mut Vec<u8>[src]

Loading content...