Closed avtrujillo closed 8 months ago
Thanks for the PR! This is an another unfortunate example of https://github.com/rust-lang/rust/issues/26925.
The same issue applies to Client
's derived Debug
implementation. Would you mind adding Debug
to those types as well?
Would you mind adding
Debug
to those types as well?
Added. Thanks for the quick response!
Thanks!
Currently, Client cannot properly derive clone, because none of the EndpointState types implement clone. For example, trying to use openidconnect's CoreClient in a context that requires it to be Clone produces the following error: