macro_rules! emit_explain {
($builder:expr, $push:expr, $detail:expr) => { ... };
}Expand description
Use this macro to emit an OP_Explain instruction. Please use this macro instead of calling emit_explain() directly, because we want to avoid allocating a String if we are not in explain mode.