Trait abi_stable::erased_types::MakeVTable
source · pub trait MakeVTable<'borr, T, OrigPtr, CanDowncast> {
type Helper0;
type Helper1;
const HELPER0: Self::Helper0;
const HELPER1: Self::Helper1;
const VTABLE_REF: Self;
}
Expand description
Csontructs a vtable.
This is only exposed to allow users to construct
DynTrait
s with a generic I
type parameter.
Required Associated Types§
Required Associated Constants§
Object Safety§
This trait is not object safe.