pub trait TypeEq {
    type This: ?Sized;
}

Required Associated Types§

Implementors§

source§

impl<T: ?Sized> TypeEq for T

§

type This = T