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