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
Encode should be implemented for more types. For example, it currently doesn't support pointers to many value types; this could easily be added for all value types, except it'd conflict with the implementation for C strings.
Specialization, as described in rust-lang/rfcs#1210, would allow implementing this.
The text was updated successfully, but these errors were encountered:
Encode
should be implemented for more types. For example, it currently doesn't support pointers to many value types; this could easily be added for all value types, except it'd conflict with the implementation for C strings.Specialization, as described in rust-lang/rfcs#1210, would allow implementing this.
The text was updated successfully, but these errors were encountered: