Macro mz_adapter::coord::sequencer::inner::return_if_err

source ยท
macro_rules! return_if_err {
    ($expr:expr, $ctx:expr) => { ... };
}
Expand description

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