pub fn facet_finalize(input: TokenStream) -> TokenStreamExpand description
Implementation of __facet_finalize! proc macro.
This is called at the end of the plugin chain. It:
- Parses the type definition ONCE
- Generates the base Facet impl
- Evaluates each plugin’s template against the parsed type