[][src]Trait type_equals::TypeEquals

pub trait TypeEquals {
    type Other: ?Sized;
}

Associated Types

type Other: ?Sized

Loading content...

Implementors

impl<T: ?Sized> TypeEquals for T[src]

type Other = Self

Loading content...