Module libafl_bolts::anymap

source ·
Expand description

Poor-rust-man’s downcasts to have AnyMap

Traits

  • Convert to an Any trait object

Functions

  • Get a type_id from its previously unpacked u64. Opposite of [unpack_type_id(id)].
  • Unpack a type_id to an u64 Opposite of [pack_type_id(id)].