Trait IBITSExtensionSetup_Impl
pub trait IBITSExtensionSetup_Impl: IDispatch_Impl {
// Required methods
fn EnableBITSUploads(&self) -> Result<()>;
fn DisableBITSUploads(&self) -> Result<()>;
fn GetCleanupTaskName(&self) -> Result<BSTR>;
fn GetCleanupTask(&self, riid: *const GUID) -> Result<IUnknown>;
}
Required Methods§
fn EnableBITSUploads(&self) -> Result<()>
fn DisableBITSUploads(&self) -> Result<()>
fn GetCleanupTaskName(&self) -> Result<BSTR>
fn GetCleanupTask(&self, riid: *const GUID) -> Result<IUnknown>
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.