[][src]Module abi_stable::erased_types::dyn_trait

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

Structs

DynTrait

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

UneraseError

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

Traits

DynTraitBound

For accessing the Interface of a DynTrait<Pointer<()>,Interface>.

Type Definitions

GetVWInterface

For accessing the Interface in a DynTrait<Pointer<()>,Interface>.