[][src]Trait agnes::label::LookupTypedElemByLabel

pub trait LookupTypedElemByLabel<L>: LookupElemByLabel<L> {
    type Elem: Typed;
}

Sepcialization of LookupElemByLabel where the looked-up element implements Typed.

Associated Types

type Elem: Typed

Associated data type of looked-up element.

Loading content...

Implementors

impl<T, L> LookupTypedElemByLabel<L> for T where
    T: LookupElemByLabel<L>,
    ElemOf<Self, L>: Typed
[src]

type Elem = Self::Elem

Loading content...