Trait windows::Win32::System::ComponentServices::IMTSLocator_Impl
pub trait IMTSLocator_Impl: Sized + IDispatch_Impl {
// Required method
fn GetEventDispatcher(&self) -> Result<IUnknown>;
}
Required Methods§
fn GetEventDispatcher(&self) -> Result<IUnknown>
Object Safety§
This trait is not object safe.