pub trait DetailedDisplay { // Required methods fn display_summary(&self); fn display_details(&self); }