pub trait PDButtonsFmt: for<'t> PDButtonsIter<'t> { // Required method fn display(&self) -> PDButtonsDisplay<'_>; }