Skip to main content

write_single_file

Function write_single_file 

Source
pub fn write_single_file<'c>(
    lang: &impl Language<'c>,
    file_name: &Path,
    parsed_data: &ParsedData,
) -> Result<(), Error>
Expand description

Write all types to a single file.