pub trait DisplayExt { // Required method fn display(&self, info: CodeGenerationInfo) -> DisplayHandler<'_>; }