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

pub trait HasNameId {
    fn const_name(&self) -> &'static str;

    fn name_id(&self) -> u64 { ... }
}
Expand description

Finds the const_name and name_id

Required methods

Gets the const_name for this entry

Provided methods

Gets the name_id for this entry

Implementors