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 EncodePtr trait used to exist for this, but it was removed in SSheldon/rust-objc#13.
This can be expressed with where clauses (where *mut Self: Encode, for <'a> &'a Self: Encode) but those bounds aren't propagated. This is blocked on rust-lang/rust#20671.
The text was updated successfully, but these errors were encountered:
The
EncodePtr
trait used to exist for this, but it was removed in SSheldon/rust-objc#13.This can be expressed with where clauses (
where *mut Self: Encode, for <'a> &'a Self: Encode
) but those bounds aren't propagated. This is blocked on rust-lang/rust#20671.The text was updated successfully, but these errors were encountered: