pub trait IRegistrationTrigger_Impl: Sized + ITrigger_Impl {
    // Required methods
    fn Delay(&self, pdelay: *mut BSTR) -> Result<()>;
    fn SetDelay(&self, delay: &BSTR) -> Result<()>;
}

Required Methods§

fn Delay(&self, pdelay: *mut BSTR) -> Result<()>

fn SetDelay(&self, delay: &BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§