[−][src]Crate cargo_intraconv
Macros
__error | Internl helper macro to avoid repeating pretty much the same code several times. |
code_error | Unwraps the result in the second argument, printing the error and exiting
the current process with the given error code if it is an |
continue_error | Unwraps the result in the first argument, printing the error and continuing
the current loop if it is an |
return_error | Unwraps the result in the first argument, printing the error and returning
if it is an |
Functions
run | Takes an |