pub trait IMbnSignalEvents_Impl: Sized {
    // Required method
    fn OnSignalStateChange(
        &self,
        newinterface: Option<&IMbnSignal>
    ) -> Result<()>;
}

Required Methods§

fn OnSignalStateChange(&self, newinterface: Option<&IMbnSignal>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§