Skip to main content

dispatch_to_plugin

Function dispatch_to_plugin 

Source
pub fn dispatch_to_plugin(
    entry: &PluginEntry,
    args: &[OsString],
    contract: &EnvContract,
) -> ExitCode
Expand description

Dispatch into entry with args, exporting the env contract.

Returns the plugin’s exit code.