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

pub trait HasNameIdTuple: HasLen {
    fn const_name_for(&self, index: usize) -> Option<&'static str>;
fn name_id_for(&self, index: usize) -> Option<u64>; }
Expand description

Gets the id and const_name for the given index in a tuple

Required methods

Gets the const_name for the entry at the given index

Gets the name_id for the entry at the given index

Implementations on Foreign Types

Implementors