Expand description
Existential types in Rust, offering existential quantification over lifetimes, but as a library. This works because Rust has parametricity for generic lifetime arguments.
TODO: this crate is still undocumented.
Existential types in Rust, offering existential quantification over lifetimes, but as a library. This works because Rust has parametricity for generic lifetime arguments.
TODO: this crate is still undocumented.