Obtains the textual representation of the token so that it can be sent back to the server.
(&self)
| 67 | |
| 68 | /// Obtains the textual representation of the token so that it can be sent back to the server. |
| 69 | pub(crate) fn as_str(&self) -> &str { |
| 70 | &self.0 |
| 71 | } |
| 72 | } |
| 73 | |
| 74 | /// Representation of the details of an error response. |
no outgoing calls