Existential types in Rust
Existential types in Rust
Posted Apr 24, 2024 16:04 UTC (Wed) by mb (subscriber, #50428)Parent article: Existential types in Rust
>In 2018, Rust gained the ability to have impl Trait types as the argument to a function as well.
>However, these types still remain quite constrained compared to full existential types.
>However, these types still remain quite constrained compared to full existential types.
Is this case even an existential type at all?
I always thought this would be more or less syntactic sugar for the generics syntax.
The caller defines the type.
