Trait IWMPQuery_Impl
pub trait IWMPQuery_Impl: IDispatch_Impl {
// Required methods
fn addCondition(
&self,
bstrattribute: &BSTR,
bstroperator: &BSTR,
bstrvalue: &BSTR,
) -> Result<()>;
fn beginNextGroup(&self) -> Result<()>;
}
Required Methods§
fn addCondition( &self, bstrattribute: &BSTR, bstroperator: &BSTR, bstrvalue: &BSTR, ) -> Result<()>
fn beginNextGroup(&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.