windows::Win32::System::Iis

Trait AsyncIFtpPostprocessProvider_Impl

pub trait AsyncIFtpPostprocessProvider_Impl: IUnknownImpl {
    // Required methods
    fn Begin_HandlePostprocess(
        &self,
        ppostprocessparameters: *const POST_PROCESS_PARAMETERS,
    ) -> Result<()>;
    fn Finish_HandlePostprocess(&self) -> Result<FTP_PROCESS_STATUS>;
}

Required Methods§

fn Begin_HandlePostprocess( &self, ppostprocessparameters: *const POST_PROCESS_PARAMETERS, ) -> Result<()>

fn Finish_HandlePostprocess(&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§