(&self, f: &mut Formatter<'_>)
| 1549 | { |
| 1550 | #[allow(clippy::missing_inline_in_public_items)] |
| 1551 | fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { |
| 1552 | f.debug_tuple("TinyVecIterator").field(&self.as_slice()).finish() |
| 1553 | } |
| 1554 | } |
| 1555 | |
| 1556 | #[cfg(feature = "defmt")] |