Module konst::polymorphism

source ·
Expand description

Miscelaneous items used for emulating polymorphism without trait methods.

§typewit

This crate uses typewit for emulating trait based polymorphism in const fns, because trait methods cannot be called in const fns on stable(as of Rust 1.69.0)

Re-exports§

Modules§

  • Markers used to classify types, used as Kind associated types.

Macros§