macro_rules! exit_with_code {
($code: expr) => { ... };
}
Expand description
Utility macro for an early exit from a function returning an [Error
] that
represents an exit with a specific error code but no output.
macro_rules! exit_with_code {
($code: expr) => { ... };
}
Utility macro for an early exit from a function returning an [Error
] that
represents an exit with a specific error code but no output.