Trait abi_stable::nonexhaustive_enum::GetVTable[][src]

pub trait GetVTable<S, I>: GetEnumInfo { }
Expand description

Gets the vtable of NonExhaustive<Self,S,I>.

This trait cannot be implemented outside of abi_stable, it can only be used.

Implementors