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
There are two separate traits for relaxed trees: one for serde, one for bincode. It'd be great if we could make use of bincode's Compat<T> struct, that makes it so that if T: Serialize, then Compat<T>: Encode (same for deserializing).
The text was updated successfully, but these errors were encountered:
There are two separate traits for relaxed trees: one for
serde
, one forbincode
. It'd be great if we could make use of bincode'sCompat<T>
struct, that makes it so that ifT: Serialize
, thenCompat<T>: Encode
(same for deserializing).The text was updated successfully, but these errors were encountered: