pub trait Display { // Required method fn display(&self, f: &mut Formatter<'_>) -> Result<(), Error>; }