Trait IBootTrigger_Impl
pub trait IBootTrigger_Impl: ITrigger_Impl {
// Required methods
fn Delay(&self, pdelay: *mut BSTR) -> Result<()>;
fn SetDelay(&self, delay: &BSTR) -> Result<()>;
}
Required Methods§
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.