pub trait ITimeTrigger_Impl: Sized + ITrigger_Impl {
    // Required methods
    fn RandomDelay(&self, prandomdelay: *mut BSTR) -> Result<()>;
    fn SetRandomDelay(&self, randomdelay: &BSTR) -> Result<()>;
}

Required Methods§

fn RandomDelay(&self, prandomdelay: *mut BSTR) -> Result<()>

fn SetRandomDelay(&self, randomdelay: &BSTR) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§