Returns `true` if the interpolated string state is [`Self::NestedInterpolatedElement`].
(self)
| 182 | |
| 183 | /// Returns `true` if the interpolated string state is [`Self::NestedInterpolatedElement`]. |
| 184 | pub(crate) fn is_nested(self) -> bool { |
| 185 | matches!(self, Self::NestedInterpolatedElement(..)) |
| 186 | } |
| 187 | } |
| 188 | |
| 189 | /// The position of a top-level statement in the module. |
no outgoing calls
no test coverage detected