dhardy / pippin

a distributed-merge capable database for many small objects
ISC License
78 stars 4 forks source link

Default impls of ElementT? #44

Open dhardy opened 8 years ago

dhardy commented 8 years ago

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.