Crate higher_kinded_types
source ·Expand description
::higher-kinded-types
“Generic generics” / higher-kinded APIs in stable Rust.
See the documentation of the ForLifetime
trait for more info.
Re-exports
pub use ForLifetime as ForLt;
Modules
- extra_arities
advanced
Niche and advanced, you can ignore this to begin with. Module for otherForLt
-like constructs: extended to various “arities”. - The crate’s prelude.
- type_eq
advanced
Niche and advanced, you can ignore this to begin with. Module for type-equality hacks.
Macros
- Produce
impl ForLt
types on demand.
Traits
- The main trait of the crate. The one expressing
: <'_>
-genericity.
Type Definitions
Trait Aliases
- Ofᐸᑊ_ᐳ
educational