Module trait_objects

Source
Expand description

Ffi-safe trait objects for individual traits.

Structs§

DebugDisplayObject
An ffi-safe equivalent of Box<dyn Debug + Display> (if dyn Debug + Display was possible).
HasherObject
An ffi-safe equivalent of &mut dyn std::hash::Hasher.