pub trait IBITSExtensionSetupFactory_Impl: Sized + IDispatch_Impl {
    // Required method
    fn GetObject(&self, path: &BSTR) -> Result<IBITSExtensionSetup>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§