You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
My expected value is the tls field should be Some( ClientTLS: {crt: None, key: None, sni: None} ) like the behavior of serde_json, but it seems decoded as None.
How to fix my codes to return the expected value?
The text was updated successfully, but these errors were encountered:
# for freeto subscribe to this conversation on GitHub.
Already have an account?
#.
I have an
Endpoint
struct following the codes below:I'm trying to parse from a blank
tls
field:My expected value is the
tls
field should beSome( ClientTLS: {crt: None, key: None, sni: None} )
like the behavior ofserde_json
, but it seems decoded as None.How to fix my codes to return the expected value?
The text was updated successfully, but these errors were encountered: