pub trait FormatAsRustCode { // Required method fn format_as_rust_code(&self, tabs: usize) -> String; }