pub trait ITpmVirtualSmartCardManagerStatusCallback_Impl: Sized {
// 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<()>
Object Safety§
This trait is not object safe.