pub trait IKsQualityForwarder_Impl: Sized + IKsObject_Impl {
    // Required method
    fn KsFlushClient(&self, pin: Option<&IKsPin>);
}

Required Methods§

fn KsFlushClient(&self, pin: Option<&IKsPin>)

Object Safety§

This trait is not object safe.

Implementors§