Function deregister_plugin

View as Markdown

Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-ffi.

pub fn deregister_plugin(plugin_kind: &str) -> bool

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.