trait TotalDisplay { // Required method fn total_fmt(&self, f: &mut Formatter<'_>, set: &mut ThunkSet) -> Result; }