macro_rules! fallible {
($e:expr, $lf:expr) => { ... };
}
Expand description
Helper to delay a failing method until the query plan is collected
macro_rules! fallible {
($e:expr, $lf:expr) => { ... };
}
Helper to delay a failing method until the query plan is collected