Expand description

Types that support type erasure.

Type erasure is important when typing provides the safe abstraction over raw data, and that you need to manipulate the raw data without the safe typing abstraction. It’s typical once you have passed the typing interface (user-side) and that you know that you won’t violate invariants.

Traits

Associated erased type.