pub trait PartialWallDisplayMethod { // Required method fn display(&self) -> PartialWallDisplay<'_>; }