pub trait TypeEq {
type SelfType;
}Expand description
This trait just says a type is equal to itself, for making assert_type_eq work.
This is automatically implemented on every type.
pub trait TypeEq {
type SelfType;
}This trait just says a type is equal to itself, for making assert_type_eq work.
This is automatically implemented on every type.