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
The existing IntoBytes::as_bytes method has the signature fn as_bytes(&self) -> &[u8] and requires Self: NoCell. Once #248 has landed, we can add a fn to_bytes(&self) -> [u8; size_of::<Self>()] method that does not require Self: NoCell.
The text was updated successfully, but these errors were encountered:
The existing
IntoBytes::as_bytes
method has the signaturefn as_bytes(&self) -> &[u8]
and requiresSelf: NoCell
. Once #248 has landed, we can add afn to_bytes(&self) -> [u8; size_of::<Self>()]
method that does not requireSelf: NoCell
.The text was updated successfully, but these errors were encountered: