Skip to main content

create_plugin_from_path

Function create_plugin_from_path 

Source
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