Macro pgx_utils::exit_with_error[][src]

macro_rules! exit_with_error {
    () => { ... };
    ($msg : expr) => { ... };
    ($msg : expr,) => { ... };
    ($fmt : expr, $($arg : tt) +) => { ... };
}