pub fn generate(sources: &SourceDatabase, file: &File) -> StringExpand description
Generate formatted Rust code from an AST.
The code is not formatted, pipe it through rustfmt to get
readable source code.
pub fn generate(sources: &SourceDatabase, file: &File) -> StringGenerate formatted Rust code from an AST.
The code is not formatted, pipe it through rustfmt to get
readable source code.