vaticle / typedb

TypeDB: the polymorphic database powered by types
https://typedb.com
Mozilla Public License 2.0
3.72k stars 337 forks source link

Fix generics on ReadableType trait #7058

Closed krishnangovindraj closed 1 month ago

krishnangovindraj commented 1 month ago

Usage and product changes

Fix generics on ReadableType trait

Implementation

Changes the output type lifetime to be a generic parameter on the method rather than on the trait.