(&mut self, style: DisplayStyle)
| 288 | } |
| 289 | |
| 290 | pub(crate) const fn set_display(&mut self, style: DisplayStyle) { |
| 291 | self.display = Some(style); |
| 292 | } |
| 293 | } |
| 294 | |
| 295 | pub(crate) struct StyleDisplay<'a, T: Display> { |
no outgoing calls
no test coverage detected