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
der: bound Decode(Value)::Error on core::error::Error (#2137)
Now that the `Error` trait is always available in `core`, we can use it
as a bound for associated error types, which makes them more convenient
to use in generic code.
0 commit comments