Module libafl::bolts::serdeany::serdeany_registry[][src]

Expand description

Structs

Visitor object used internally for the SerdeAny registry.

A serializable HashMap wrapper for SerdeAny types, addressable by name.

This shugar must be used to register all the structs which have trait objects that can be serialized and deserialized in the program

A (de)serializable anymap containing (de)serializable trait objects registered in the registry