Module utypeid

Source
Expand description

An ffi-safe equivalent of std::any::TypeId.

No types coming from different dynamic libraries compare equal.

Structs§

UTypeId
An ffi-safe equivalent of std::any::TypeId that can compare types across dynamic libraries.

Functions§

new_utypeid
extern "C" fn version of UTypeId::new.