pub trait IAMFilterGraphCallback_Impl: Sized {
    // Required method
    fn UnableToRender(&self, ppin: Option<&IPin>) -> Result<()>;
}

Required Methods§

fn UnableToRender(&self, ppin: Option<&IPin>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§