[][src]Trait agnes::label::Marked

pub trait Marked {
    type Marker;
}

Trait for finding the associated marker (non-instantiated type) for a container (e.g. Labeled).

Associated Types

type Marker

Associated marker.

Loading content...

Implementors

impl<L, D, M> Marked for Labeled<L, TypedValue<D, PhantomData<M>>>[src]

type Marker = M

impl<L, M> Marked for Labeled<L, PhantomData<M>>[src]

type Marker = M

Loading content...