get
Method
This is a method of the PluginManager class in the plugins module.Get plugin by name
Signature
Parameters
No description available.
Returns
The result of the operation.
get: Get plugin by name
This is a method of the PluginManager class in the plugins module.Get plugin by name
def get(&self, name: &str) -> Option<Arc<RwLock<Box<dyn Plugin>>>>