risingwave_error

Macro not_implemented

source
macro_rules! not_implemented {
    (@ issue = $issue:expr, $($fmt_arg:tt)*) => { ... };
    (issue = $issue:expr, $($fmt_arg:tt)*) => { ... };
    ($($fmt_arg:tt)*) => { ... };
}
Expand description

Constructs a NotImplemented.