String returns the string representation of the continuous token.
()
| 4 | type EncodedContinuousToken interface { |
| 5 | // String returns the string representation of the continuous token. |
| 6 | String() string |
| 7 | // Decode decodes the continuous token from a string |
| 8 | Decode() (ContinuousToken, error) |
| 9 | } |
no outgoing calls