windows::Win32::Networking::BackgroundIntelligentTransferService

Trait IBITSExtensionSetupFactory_Impl

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

Required Methods§

fn GetObject(&self, path: &BSTR) -> Result<IBITSExtensionSetup>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§