Trait ITsSbGenericNotifySink_Impl
pub trait ITsSbGenericNotifySink_Impl: IUnknownImpl {
// Required methods
fn OnCompleted(&self, status: HRESULT) -> Result<()>;
fn GetWaitTimeout(&self) -> Result<FILETIME>;
}
Required Methods§
fn OnCompleted(&self, status: HRESULT) -> Result<()>
fn GetWaitTimeout(&self) -> Result<FILETIME>
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.