[][src]Struct cargo_fuzzcheck::project::Corpora

pub struct Corpora {
    pub corpora: Vec<PathBuf>,
}

Fields

corpora: Vec<PathBuf>

Implementations

impl Corpora[src]

pub fn init(path: &Path) -> Self[src]

impl Corpora[src]

pub fn from_path(corpora_folder: &Path) -> Result<Self, CorporaError>[src]

impl Corpora[src]

pub fn write(&self) -> Result<(), Error>[src]

Trait Implementations

impl Debug for Corpora[src]

Auto Trait Implementations

impl RefUnwindSafe for Corpora

impl Send for Corpora

impl Sync for Corpora

impl Unpin for Corpora

impl UnwindSafe for Corpora

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.