windows::Win32::System::Iis

Trait AsyncIFtpPreprocessProvider_Impl

pub trait AsyncIFtpPreprocessProvider_Impl: IUnknownImpl {
    // Required methods
    fn Begin_HandlePreprocess(
        &self,
        ppreprocessparameters: *const PRE_PROCESS_PARAMETERS,
    ) -> Result<()>;
    fn Finish_HandlePreprocess(&self) -> Result<FTP_PROCESS_STATUS>;
}

Required Methods§

fn Begin_HandlePreprocess( &self, ppreprocessparameters: *const PRE_PROCESS_PARAMETERS, ) -> Result<()>

fn Finish_HandlePreprocess(&self) -> Result<FTP_PROCESS_STATUS>

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§