Function libafl::bolts::serdeany::pack_type_id[][src]

pub fn pack_type_id(id: u64) -> TypeId
Expand description

Get a type_id from its previously unpacked u64. Opposite of [unpack_type_id(id)].

Safety

Probably not safe for future compilers, fine for now.