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
Then impl serde::Serialize for SerializableSecret<_, _, _>.
The advantages are:
Feature-gated.
Even if feature is enabled, user of the library can choose to only impl SerializableSecret for some-of-their-T (library will impl for common Ts in std).
The text was updated successfully, but these errors were encountered:
(in pseudocode)
Then
impl serde::Serialize for SerializableSecret<_, _, _>
.The advantages are:
impl SerializableSecret for some-of-their-T
(library will impl for commonT
s instd
).The text was updated successfully, but these errors were encountered: