Crate existential[][src]

Expand description

crates.io github MIT / Apache 2.0 licensed

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.

Structs

Traits

Type Definitions