Trait winrt::ComInterface

source ·
pub trait ComInterface {
    type Vtbl: Sized;
}
Expand description

Marker trait for all COM-compatible interfaces.

Required Associated Types§

The type that defines the VTable of this interface.

Implementors§