Trait libafl::bolts::AsSlice[][src]

pub trait AsSlice<T> {
    fn as_slice(&self) -> &[T];
}
Expand description

Can be converted to a slice

Required methods

Convert to a slice

Implementors