[][src]Module abi_stable::std_types::utypeid

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

No types coming from different dynamic libraries compare equal.

Structs

UTypeId

A TypeId that can compare types across dynamic libraries.

Functions

new_utypeid

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