| 1290 | #[derive(Clone, Debug, PartialEq)] |
| 1291 | #[cfg_attr(feature = "get-size", derive(get_size2::GetSize))] |
| 1292 | pub struct TString { |
| 1293 | pub range: TextRange, |
| 1294 | pub node_index: AtomicNodeIndex, |
| 1295 | pub elements: InterpolatedStringElements, |
| 1296 | pub flags: TStringFlags, |
| 1297 | } |
| 1298 | |
| 1299 | impl TString { |
| 1300 | pub fn quote_style(&self) -> Quote { |
no outgoing calls
no test coverage detected