pub(crate) fn unregister_types() -> Result<(), COBIAError>Expand description
Type unregistration entry point for the module.
This function is called by the COBIA registration tool to unregister the PMCs defined in the module.
ยงReturns
- A
Resultindicating success or failure of the unregistration.