pub fn extract_template_parameters(
    template: impl AsRef<str>
) -> Result<Vec<TemplateParameter>, Error>
Expand description

Extract the template parameters (if the template exports a top-level function)