[][src]Trait agnes::view::FindFrame

pub trait FindFrame<Labels, Label>: LookupValuedElemByLabel<FrameIndexOf<Labels, Label>> where
    Labels: FindFrameDetails<Label>, 
{ }

Marker trait for being able to find a frame of label Label within label lookup list Labels in this type

Implementors

impl<Frames, Labels, Label> FindFrame<Labels, Label> for Frames where
    Labels: FindFrameDetails<Label>,
    Frames: LookupValuedElemByLabel<FrameIndexOf<Labels, Label>>, 
[src]

Loading content...