Searched defs:ExitCodeWrapper (Results 1 – 1 of 1) sorted by relevance
17 pub struct ExitCodeWrapper(pub ExitCode); struct19 impl Display for ExitCodeWrapper { implementation