pub trait HandleMatchesCodegen {
// Required method
fn build_handle_matches(&self, is_tusks_root: bool) -> TokenStream;
}Expand description
Code generation phase: builds the pub fn handle_matches function
with recursive match arms for command dispatch.