windows::Win32::System::Iis

Trait AsyncIFtpLogProvider_Impl

pub trait AsyncIFtpLogProvider_Impl: IUnknownImpl {
    // Required methods
    fn Begin_Log(
        &self,
        ploggingparameters: *const LOGGING_PARAMETERS,
    ) -> Result<()>;
    fn Finish_Log(&self) -> Result<()>;
}

Required Methods§

fn Begin_Log(&self, ploggingparameters: *const LOGGING_PARAMETERS) -> Result<()>

fn Finish_Log(&self) -> Result<()>

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§