(&self)
| 759 | |
| 760 | #[inline] |
| 761 | pub fn iter(&self) -> impl Iterator<Item = &(usize, CFormatPart<S>)> { |
| 762 | self.parts.iter() |
| 763 | } |
| 764 | |
| 765 | #[inline] |
| 766 | pub fn iter_mut(&mut self) -> impl Iterator<Item = &mut (usize, CFormatPart<S>)> { |
no outgoing calls
no test coverage detected