pub trait IControlChannelTriggerEventDetails_Impl: Sized {
    // Required method
    fn ControlChannelTrigger(&self) -> Result<ControlChannelTrigger>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§