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
core::ser::Error, defined in core/src/ser.rs, contains an io::ErrorKind. io::ErrorKind does not implement Serialize/Deserialize so Serialize/Deserialize can't be derived for core::ser::Error.
A Serialize/Deserialize impl is will be necessary in order to include structured error types in networked apis #2425.
The text was updated successfully, but these errors were encountered:
core::ser::Error
, defined incore/src/ser.rs
, contains anio::ErrorKind
.io::ErrorKind
does not implement Serialize/Deserialize so Serialize/Deserialize can't be derived forcore::ser::Error
.A Serialize/Deserialize impl is will be necessary in order to include structured error types in networked apis #2425.
The text was updated successfully, but these errors were encountered: