pub fn decode_token<T: OpaqueToken>(
value: &str,
supported_version: u8,
) -> Result<T, OpaqueTokenError>Expand description
Decodes a lowercase hexadecimal JSON token with the expected version and kind.
pub fn decode_token<T: OpaqueToken>(
value: &str,
supported_version: u8,
) -> Result<T, OpaqueTokenError>Decodes a lowercase hexadecimal JSON token with the expected version and kind.