(&mut self)
| 764 | |
| 765 | #[inline] |
| 766 | pub fn iter_mut(&mut self) -> impl Iterator<Item = &mut (usize, CFormatPart<S>)> { |
| 767 | self.parts.iter_mut() |
| 768 | } |
| 769 | |
| 770 | pub fn parse<I>(iter: &mut ParseIter<I>) -> Result<Self, CFormatError> |
| 771 | where |
no outgoing calls
no test coverage detected