[][src]Type Definition abi_stable::ErasedObject

type ErasedObject = OpaqueType<()>;

Used by vtables/pointers to signal that the type has been erased.

Also,because () implements InterfaceType, VirtualWrapper<Pointer<ErasedObject>> can be created by calling VirtualWrapper::from_any_ptr(ptr,());