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
This makes it difficult to deserialize structs with phantom types. Serialization also has the same problem but it seems to be avoidable by #[serde(skip_serializing)], so maybe it could be fixed by adding a #[serde(skip_deserializing)], or making skip_serializing also skip deserializing?