pub trait CodeGen { // Required method fn codegen(&self, indent: usize) -> String; }
Render the function schema by prefixing each line with the desired indentation.