Skip to main content

run_command

AsyncMethod
This is a method of the SandboxProtocol class in the sandbox module.
Run a shell command in the sandbox.

Signature

Parameters

&str
required
No description available.
Option<ResourceLimits>
required
No description available.
Option<HashMap<String
required
No description available.
Option<String>
required
No description available.

Returns

Result<SandboxResult>
The result of the operation.

Rust CLI