macro_rules! emit_db_error {
( $err: expr, $( $arg: expr),* ) => { ... };
}
Expand description
Macro for logging and wrapping database errors before returning them as ours.
macro_rules! emit_db_error {
( $err: expr, $( $arg: expr),* ) => { ... };
}
Macro for logging and wrapping database errors before returning them as ours.