Trait ITpmVirtualSmartCardManagerStatusCallback_Impl
pub trait ITpmVirtualSmartCardManagerStatusCallback_Impl: IUnknownImpl {
// Required methods
fn ReportProgress(&self, status: TPMVSCMGR_STATUS) -> Result<()>;
fn ReportError(&self, error: TPMVSCMGR_ERROR) -> Result<()>;
}
Required Methods§
fn ReportProgress(&self, status: TPMVSCMGR_STATUS) -> Result<()>
fn ReportError(&self, error: TPMVSCMGR_ERROR) -> 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.