modmodule;modarms;useproc_macro2::TokenStream;/// Code generation phase: builds the `pub fn handle_matches` function
/// with recursive match arms for command dispatch.
pubtraitHandleMatchesCodegen{fnbuild_handle_matches(&self, is_tusks_root:bool)-> TokenStream;}