pub trait IDtcLuRecoveryFactory_Impl: Sized {
// Required method
fn Create(
&self,
puclupair: *const u8,
cblupair: u32,
) -> Result<IDtcLuRecovery>;
}
Required Methods§
fn Create(&self, puclupair: *const u8, cblupair: u32) -> Result<IDtcLuRecovery>
Object Safety§
This trait is not object safe.