Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

secrecy: impl Deserialize for SecretString #1220

Merged
merged 1 commit into from
Sep 19, 2024

Conversation

tony-iqlusion
Copy link
Member

It needs a special impl since SecretBox<str> (which SecretString is a type alias for) doesn't meet the Clone bound (i.e. str doesn't impl Clone).

Closes #1219

It needs a special impl since `SecretBox<str>` (which `SecretString` is
a type alias for) doesn't meet the `Clone` bound (i.e. `str` doesn't
impl `Clone`).

Closes #1219
@tony-iqlusion tony-iqlusion merged commit 315a85b into main Sep 19, 2024
10 checks passed
@tony-iqlusion tony-iqlusion mentioned this pull request Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deserialize SecretString
1 participant