Skip to main content

ICommandProvider2_Impl

Trait ICommandProvider2_Impl 

Source
pub trait ICommandProvider2_Impl:
    IClosable_Impl
    + ICommandProvider_Impl
    + INotifyItemsChanged_Impl {
    // Required method
    fn GetApiExtensionStubs(&self) -> Result<Array<IInspectable>>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§