Trait com_impl::BuildVTable

source ·
pub unsafe trait BuildVTable<T: 'static> {
    const VTBL: T;

    fn static_vtable() -> VTable<T>;
}

Required Associated Constants§

Required Methods§

Implementors§