Type Definition abi_stable::sabi_trait::VTableTO_DT[][src]

pub type VTableTO_DT<'borr, _Self, ErasedPtr, OrigPtr, I, Downcasting, V> = VTableTO<_Self, OrigPtr, Downcasting, V, VTableDT<'borr, _Self, ErasedPtr, OrigPtr, I, Downcasting>>;
Expand description

The VTableTO passed to #[sabi_trait] generated trait objects that have DynTrait as their backend.

Implementations

Gets the vtable for DynTrait.

Wraps an erased vtable,alongside the vtable for DynTrait.

Safety

This has the same safety requirements as the ‘for_robject’ constructor