pub async fn create_plugin_from_path(
plugin_path: &Path,
source: &str,
enabled: bool,
fallback_name: &str,
) -> Result<LoadedPlugin, PluginError>Expand description
Create a LoadedPlugin from a plugin directory path
pub async fn create_plugin_from_path(
plugin_path: &Path,
source: &str,
enabled: bool,
fallback_name: &str,
) -> Result<LoadedPlugin, PluginError>Create a LoadedPlugin from a plugin directory path