[][src]Module abi_stable::marker_type

Zero-sized types .

Structs

OpaqueType

A Zero-sized type used by VirtualWrapper<Pointer<OpaqueType<T>>>.

SyncSend

Marker type used to mark a type as being Send+Sync.

UnsyncUnsend

Marker type used to mark a type as being !Send+!Sync.

Type Definitions

ErasedObject

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