Trait windows::Win32::Media::Speech::ISpNotifySink_Impl

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

Required Methods§

fn Notify(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§