pub trait ITipPullSink_Impl: Sized {
// Required method
fn PullComplete(&self, i_hrpull: HRESULT) -> Result<()>;
}
Required Methods§
fn PullComplete(&self, i_hrpull: HRESULT) -> Result<()>
Object Safety§
This trait is not object safe.
pub trait ITipPullSink_Impl: Sized {
// Required method
fn PullComplete(&self, i_hrpull: HRESULT) -> Result<()>;
}