Discard the `Varchar` wrapper.
(self)
| 60 | |
| 61 | /// Discard the `Varchar` wrapper. |
| 62 | pub fn into_inner(self) -> String { |
| 63 | self.into() |
| 64 | } |
| 65 | |
| 66 | /// Extract a string slice containing the entire `Varchar`. |
| 67 | pub fn as_str(&self) -> &str { |
no outgoing calls
no test coverage detected