ExitStatusError
ExitStatusError (프로세스 실패 상태 오류 구조체)
프로세스가 실패한 후의 결과를 설명해요.
출처: Rust 공식 문서
본문
ExitStatus의 .exit_ok 메서드에 의해 생성돼요.
pub struct ExitStatusError(/* private fields */);
프로세스가 실패한 후의 결과를 설명해요.
출처: Rust 공식 문서
ExitStatus의 .exit_ok 메서드에 의해 생성돼요.
pub struct ExitStatusError(/* private fields */);