Returns the original unparsed name string.
(&self)
| 129 | } |
| 130 | /// Returns the original unparsed name string. |
| 131 | pub(crate) fn orig(&self) -> &str { |
| 132 | &self.orig |
| 133 | } |
| 134 | // pub(crate) fn set_span(&mut self, span: Span) { |
| 135 | // self.span = Some(span); |
| 136 | // } |
no outgoing calls
no test coverage detected