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
As you can see, the only error types he can return are erased_serde::Error, Therefore, I may need the unerase_de function to seamlessly integrate it with other deserializer. erased_serde::de::DeserializeSeed
Is there a better practice? Or consider making the erased_serde::de::DeserializeSeed public as a replacement for the function pointer I am using here?
Thank you!
The text was updated successfully, but these errors were encountered:
I am trying to use a map to search for its deserialization function by type name.
As you can see, the only error types he can return are
erased_serde::Error
, Therefore, I may need theunerase_de
function to seamlessly integrate it with other deserializer.erased_serde::de::DeserializeSeed
Is there a better practice? Or consider making the
erased_serde::de::DeserializeSeed
public as a replacement for the function pointer I am using here?Thank you!
The text was updated successfully, but these errors were encountered: