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
Currently, it's not possible to implement Encode and Decode traits for types defined outside the current crate due to Rust's orphan rule.
To fix this, we should implement something similar to serde's remote derive: https://serde.rs/remote-derive.html.
The text was updated successfully, but these errors were encountered:
Currently, it's not possible to implement
Encode
andDecode
traits for types defined outside the current crate due to Rust's orphan rule.To fix this, we should implement something similar to serde's remote derive: https://serde.rs/remote-derive.html.
The text was updated successfully, but these errors were encountered: