windows::Win32::System::DeploymentServices

Trait IWdsTransportContentProvider_Impl

pub trait IWdsTransportContentProvider_Impl: IDispatch_Impl {
    // Required methods
    fn Name(&self) -> Result<BSTR>;
    fn Description(&self) -> Result<BSTR>;
    fn FilePath(&self) -> Result<BSTR>;
    fn InitializationRoutine(&self) -> Result<BSTR>;
}

Required Methods§

fn Name(&self) -> Result<BSTR>

fn Description(&self) -> Result<BSTR>

fn FilePath(&self) -> Result<BSTR>

fn InitializationRoutine(&self) -> Result<BSTR>

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§