Macro def_rewriter

Source
macro_rules! def_rewriter {
    ($({ $convention:ident, $name:ident }),*) => { ... };
}
Expand description

Define PlanRewriter trait.