Module abi_stable::erased_types::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.