[][src]Type Definition heim::process::ProcessResult

type ProcessResult<T> = Result<T, ProcessError>;
This is supported on feature="process" only.

A specialized Result type for process-related routines.