Trait windows::Win32::System::Iis::IFtpLogProvider_Impl
pub trait IFtpLogProvider_Impl: Sized {
// Required method
fn Log(&self, ploggingparameters: *const LOGGING_PARAMETERS) -> Result<()>;
}
Required Methods§
fn Log(&self, ploggingparameters: *const LOGGING_PARAMETERS) -> Result<()>
Object Safety§
This trait is not object safe.