generate_plugin_chain

Function generate_plugin_chain 

Source
pub fn generate_plugin_chain(
    input_tokens: &TokenStream,
    plugins: &[String],
    facet_crate: &TokenStream,
) -> Option<TokenStream>
Expand description

Generate the plugin chain invocation.

If there are plugins, emits a chain starting with the first plugin. If no plugins, returns None (caller should proceed with normal codegen).