evobench_
tools
0.1.0
ToExit
Code
Required Methods
to_exit_code
Implementations on Foreign Types
ExitStatus
Implementors
In evobench_
tools::
utillib::
unix
evobench_tools
::
utillib
::
unix
Trait
ToExitCode
Copy item path
Source
pub trait ToExitCode { // Required method fn
to_exit_code
(&self) ->
i32
; }
Required Methods
§
Source
fn
to_exit_code
(&self) ->
i32
Implementations on Foreign Types
§
Source
§
impl
ToExitCode
for
ExitStatus
Source
§
fn
to_exit_code
(&self) ->
i32
Implementors
§