[][src]Function syn_inline_mod::parse_and_inline_modules

pub fn parse_and_inline_modules(src_file: &Path) -> File

Parse the source code in src_file and return a syn::File that has all modules recursively inlined.

This is equivalent to using an InlinerBuilder with the default settings.