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
{{ message }}
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Trait impls can only be written in scopes where either the trait or the object type is defined... which means ElementT cannot be implemented for built-in types outside of the library. Should it be implemented?
Currently it's implemented for String only.
The text was updated successfully, but these errors were encountered:
Trait impls can only be written in scopes where either the trait or the object type is defined... which means
ElementT
cannot be implemented for built-in types outside of the library. Should it be implemented?Currently it's implemented for
String
only.The text was updated successfully, but these errors were encountered: