Trait windows::Win32::Media::Speech::ISpNotifySink_Impl
pub trait ISpNotifySink_Impl: Sized {
// Required method
fn Notify(&self) -> Result<()>;
}
Required Methods§
Object Safety§
This trait is not object safe.