pub fn deregister_plugin(plugin_kind: &str) -> boolExpand description
Removes a previously registered plugin.
This affects future validation and initialization only. Active runtime registrations remain until cleared or replaced.
§Parameters
plugin_kind: Plugin kind to remove from the registry.
§Returns
true when a plugin was removed from the registry and false when the
kind was not registered.
§Notes
Active component registrations created by previous initialization calls are not removed by this function.