I was wondering if there was a way to change the trait name generate!() uses(Guest) to something else? I don't see that in the list of options
I don't know of such an option, but you can always rename it using as in a use statement or create a type alias.
Right now there's no option to change the name of the generated trait, no. Adding such an option I think would be reasonable though
Last updated: Jan 10 2026 at 02:36 UTC