Eventual-Inc / Daft

Distributed DataFrame for Python designed for the cloud, powered by Rust
https://getdaft.io
Apache License 2.0
1.76k stars 105 forks source link

[CHORE]: remove trait aliases #2229

Closed universalmind303 closed 1 week ago

universalmind303 commented 1 week ago

this is just a small change to remove the usage of unstable trait_aliases in favor of trait impls.

This greatly improves the developer experience because rust-analyzer can now properly detect the types.

before

image

after

image