Converts into an owned [`PointerBuf`]
(&self)
| 113 | |
| 114 | /// Converts into an owned [`PointerBuf`] |
| 115 | pub fn to_buf(&self) -> PointerBuf { |
| 116 | PointerBuf(self.0.to_string()) |
| 117 | } |
| 118 | |
| 119 | /// Returns an iterator of `Token`s in the `Pointer`. |
| 120 | pub fn tokens(&self) -> Tokens { |