Trait ITipPullSink_Impl
pub trait ITipPullSink_Impl: IUnknownImpl {
// Required method
fn PullComplete(&self, i_hrpull: HRESULT) -> Result<()>;
}
Required Methods§
fn PullComplete(&self, i_hrpull: HRESULT) -> Result<()>
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.