pub fn render(file: &AgmFile, format: RenderFormat) -> StringExpand description
Renders an AgmFile in the requested format.
All variants are infallible — they operate on a valid AST and produce best-effort output.
pub fn render(file: &AgmFile, format: RenderFormat) -> StringRenders an AgmFile in the requested format.
All variants are infallible — they operate on a valid AST and produce best-effort output.