[][src]Module abi_stable::erased_types::virtual_wrapper

Contains the VirtualWrapper type,and related traits/type aliases.

Structs

UneraseError

Error for VirtualWrapper<_> being unerased into the wrong type with one of the *unerased* methods.

VirtualWrapper

VirtualWrapper implements ffi-safe trait objects,for a selection of traits.

Traits

VirtualWrapperTrait

For accessing the Interface of a VirtualWrapper<Pointer<ZeroSized< Interface >>>.

Type Definitions

GetVWInterface

For accessing the Interface in a VirtualWrapper<Pointer<ZeroSized< Interface >>>.