Trait type_eq::Has[][src]

pub trait Has<Prop> {
    type Val;
    fn get<P>(&self) -> &Self::Val
    where
        Constrain: TypeEq<Prop, P>
; }

Type-level properties

Associated Types

Required Methods

Implementors