macro_rules! dispatch_plan_base { ($self:ident, [$($convention:ident),+ $(,)?], $method:expr) => { ... }; }
Expand description
Dispatch a method call to the corresponding plan base type.
macro_rules! dispatch_plan_base { ($self:ident, [$($convention:ident),+ $(,)?], $method:expr) => { ... }; }
Dispatch a method call to the corresponding plan base type.