pub fn cc_macro<F0: FnMut(&str) -> String, F1: FnMut(Awi) -> String, F2: FnMut(Awi) -> String, F3: FnMut(&str, Option<NonZeroUsize>, Option<&str>) -> String, F4: FnMut(String, Option<NonZeroUsize>, bool) -> String>(
    input: &str,
    code_gen: CodeGen<'_, F0, F1, F2, F3, F4>,
    names: Names<'_>
) -> Result<String, String>
Expand description

Input parsing and code generation function for corresponding concatenations of components macros.