Trait winrt::ComInterface [] [src]

pub trait ComInterface {
    type Vtbl: Sized;
}

Marker trait for all COM-compatible interfaces.

Associated Types

The type that defines the VTable of this interface.

Implementors