Type Alias re_types_builder::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§

struct GeneratedFiles { /* private fields */ }