abi_stable::erased_types

Module trait_objects

Source
Expand description

Ffi-safe trait objects for individual traits.

Structsยง

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