Trait IAudioSessionNotification_Impl
pub trait IAudioSessionNotification_Impl: IUnknownImpl {
// Required method
fn OnSessionCreated(
&self,
newsession: Ref<'_, IAudioSessionControl>,
) -> Result<()>;
}
Required Methods§
fn OnSessionCreated( &self, newsession: Ref<'_, IAudioSessionControl>, ) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.