pub trait IAMTunerNotification_Impl: Sized {
    // Required method
    fn OnEvent(&self, event: AMTunerEventType) -> Result<()>;
}

Required Methods§

fn OnEvent(&self, event: AMTunerEventType) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§