Existential types in Rust
Existential types in Rust
Posted May 13, 2024 16:14 UTC (Mon) by DanilaBerezin (guest, #168271)In reply to: Existential types in Rust by DanilaBerezin
Parent article: Existential types in Rust
Actually I'm realizing that maybe the use case here is specifically tailored to functions returning traits rather than functions taking in traits as arguments, in which case yes, I can definitely see a magnitude of use cases, pretty much all of them being just generics (as others have already pointed out in the comments).
