Remove idempotency token trait (#571)
* remove idempotency token trait There is no compelling reason to provide your own implementation of the `IdempotencyToken` trait. Exposing this trait left us open to unecessary backwards compatibility risks. Instead, this commit refactors idempotency token to be a simple struct/enum. * fix clippy
Loading
Please register or sign in to comment