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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§