pub trait ICommandProvider2_Impl:
IClosable_Impl
+ ICommandProvider_Impl
+ INotifyItemsChanged_Impl {
// Required method
fn GetApiExtensionStubs(&self) -> Result<Array<IInspectable>>;
}Required Methods§
fn GetApiExtensionStubs(&self) -> Result<Array<IInspectable>>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".