macro_rules! return_if_err {
    ($expr:expr, $tx:expr, $session:expr) => { ... };
}
Expand description

Attempts to execute an expression. If an error is returned then the error is sent to the client and the function is exited.