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
Modify the Deserialize trait to take a lifetime, and then create another trait DeserializeOwned using the for<'a> syntax. This is similar to the serde transition from 0.9 -> 1.0.
Make a trait decoder that keeps the current slicing. This standardizes all the current slice-like decoder we have.
The text was updated successfully, but these errors were encountered: