windows::Win32::System::Iis

Trait IFtpPreprocessProvider_Impl

pub trait IFtpPreprocessProvider_Impl: IUnknownImpl {
    // Required method
    fn HandlePreprocess(
        &self,
        ppreprocessparameters: *const PRE_PROCESS_PARAMETERS,
    ) -> Result<FTP_PROCESS_STATUS>;
}

Required Methods§

fn HandlePreprocess( &self, ppreprocessparameters: *const PRE_PROCESS_PARAMETERS, ) -> 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§