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
Because of some dark magic in serde-derive, we often need to specify explicit bounds when deriving Serialize/Deserialize. See https://serde.rs/attr-bound.html for the explanation of the problem. Is it possible to get rid of them somehow?
The text was updated successfully, but these errors were encountered:
Because of some dark magic in
serde-derive
, we often need to specify explicit bounds when derivingSerialize
/Deserialize
. See https://serde.rs/attr-bound.html for the explanation of the problem. Is it possible to get rid of them somehow?The text was updated successfully, but these errors were encountered: