pub trait IWdsTransportContentProvider_Impl: Sized + 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>

Object Safety§

This trait is not object safe.

Implementors§