facet_finalize

Function facet_finalize 

Source
pub fn facet_finalize(input: TokenStream) -> TokenStream
Expand description

Implementation of __facet_finalize! proc macro.

This is called at the end of the plugin chain. It:

  1. Parses the type definition ONCE
  2. Generates the base Facet impl
  3. Evaluates each plugin’s template against the parsed type