The encoded string representation of this `Pointer`
(&self)
| 108 | |
| 109 | /// The encoded string representation of this `Pointer` |
| 110 | pub fn as_str(&self) -> &str { |
| 111 | &self.0 |
| 112 | } |
| 113 | |
| 114 | /// Converts into an owned [`PointerBuf`] |
| 115 | pub fn to_buf(&self) -> PointerBuf { |
no outgoing calls
no test coverage detected