Type Definition subprocess::Result [] [src]

type Result<T> = Result<T, PopenError>;

Result type for the subprocess calls.