Skip to main content

TypeEquals

Trait TypeEquals 

Source
pub trait TypeEquals {
    type Other: ?Sized;
}

Required Associated Types§

Implementors§

Source§

impl<T: ?Sized> TypeEquals for T

Source§

type Other = T