Trait com_impl::BuildVTable

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

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

Trait that allows accessing the VTable for all of the COM interfaces your object implements.

Required Associated Constants§

Required Methods§

Implementors§