Trait IDtcLuConfigure_Impl
pub trait IDtcLuConfigure_Impl: IUnknownImpl {
// Required methods
fn Add(&self, puclupair: *const u8, cblupair: u32) -> Result<()>;
fn Delete(&self, puclupair: *const u8, cblupair: u32) -> Result<()>;
}
Required Methods§
fn Add(&self, puclupair: *const u8, cblupair: u32) -> Result<()>
fn Delete(&self, puclupair: *const u8, cblupair: u32) -> 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.