FfiResult
Definition
Section titled “Definition”struct FfiResult { /// The exit code of the call. int32 exitCode; /// The optionally hex-decoded `stdout` data. bytes stdout; /// The `stderr` data. bytes stderr;}Description
Section titled “Description”The result of a tryFfi call.