[][src]Type Definition run_script::types::ScriptResult

type ScriptResult<T> = Result<T, ScriptError>;

Alias for result with script error