windows::Win32::System::Search

Trait ICommandValidate_Impl

pub trait ICommandValidate_Impl: IUnknownImpl {
    // Required methods
    fn ValidateCompletely(&self) -> Result<()>;
    fn ValidateSyntax(&self) -> Result<()>;
}

Required Methods§

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

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