Trait abi_stable::nonexhaustive_enum::GetVTable
source · pub trait GetVTable<S, I>: Sized {
const VTABLE: NonExhaustiveVtable_Ref<Self, S, I> = _;
}
Expand description
Gets the vtable of NonExhaustive<Self,S,I>
.
This trait is only exposed for use in bounds,
and cannot be implemented outside of abi_stable
.
Provided Associated Constants§
Object Safety§
This trait is not object safe.