| 1337 | /// A newtype wrapper around a list of [`FStringElement`]. |
| 1338 | #[derive(Clone, Default, PartialEq, Eq, Hash)] |
| 1339 | pub struct FStringElements(Vec<FStringElement>); |
| 1340 | |
| 1341 | impl FStringElements { |
| 1342 | /// Returns an iterator over all the [`FStringLiteralElement`] nodes contained in this f-string. |
no outgoing calls
no test coverage detected