risingwave_frontend

Macro bail_bind_error

source
macro_rules! bail_bind_error {
    (@ $($fmt_arg:tt)*) => { ... };
    ($($fmt_arg:tt)*) => { ... };
}
Expand description

Constructs a ErrorCode::BindError variant and bails out.