Skip to main content

register

Method
This is a method of the PluginManager class in the plugins module.
Register a plugin

Signature

def register(&mut self, plugin: impl Plugin + 'static) -> ()

Parameters

plugin
impl Plugin + 'static
required
No description available.

Returns

Returns
()
The result of the operation.