(&self)
| 258 | } |
| 259 | |
| 260 | fn layout(&self) -> &EscapeLayout { |
| 261 | &self.layout |
| 262 | } |
| 263 | |
| 264 | unsafe fn write_source(&self, formatter: &mut impl core::fmt::Write) -> core::fmt::Result { |
| 265 | formatter.write_str(unsafe { |
no outgoing calls
no test coverage detected