GeneratedFiles

Type Alias GeneratedFiles 

Source
pub type GeneratedFiles = BTreeMap<Utf8PathBuf, String>;
Expand description

In-memory generated files.

Generated by the codegen pass, modified in-place by the post-processing passes (formatting etc), and finally written to disk by the I/O pass.

Aliased Typeยง

pub struct GeneratedFiles { /* private fields */ }