(&self)
| 362 | /// This corresponds to the output of [`std::fmt::Formatter::alternate`]. |
| 363 | #[must_use] |
| 364 | pub const fn alternate(&self) -> bool { |
| 365 | self.inner().extra().alternate |
| 366 | } |
| 367 | |
| 368 | pub(crate) fn take_body(&mut self) -> Vec<String> { |
| 369 | self.inner_mut().extra_mut().take_body() |