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
This'd shorten the common #[derive(FromBytes, IntoBytes, Immutable)] into #[derive(AsBytes, FromBytes)]. It'd also help migrations from 0.7 for derive-only users of AsyBytes.
The text was updated successfully, but these errors were encountered:
This'd shorten the common
#[derive(FromBytes, IntoBytes, Immutable)]
into#[derive(AsBytes, FromBytes)]
. It'd also help migrations from 0.7 forderive
-only users ofAsyBytes
.The text was updated successfully, but these errors were encountered: