Trait libafl::bolts::tuples::Named[][src]

pub trait Named {
    fn name(&self) -> &str;
}
Expand description

We need fixed names for many parts of this lib.

Required methods

Provide the name of this element.

Implementations on Foreign Types

Implementors