Returns a cursor to the dashed identifier (e.g., `--my-color`).
(&self)
| 40 | impl PropertyPrelude { |
| 41 | /// Returns a cursor to the dashed identifier (e.g., `--my-color`). |
| 42 | pub fn ident(&self) -> Cursor { |
| 43 | self.0.into() |
| 44 | } |
| 45 | } |
| 46 | |
| 47 | #[derive(Parse, Peek, ToSpan, ToCursors, SemanticEq, Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)] |
no outgoing calls
no test coverage detected