Function unregister_types

Source
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 Result indicating success or failure of the unregistration.