Expand description
Provides some helpers for working with Rust types.
Traits§
- TypeEq
- This trait just says a type is equal to itself, for making
assert_type_eqwork.
Functions§
- assert_
type_ eq - Statically asserts that two types are the same, throwing a type checker error if they are not.