[][src]Trait agnes::frame::MeltFrameFields

pub trait MeltFrameFields<MeltLabel> {
    type Fields;
}

Helper trait for IntoMeltFrame to generate the FrameFields list.

Associated Types

type Fields

The computed melt FrameFields FieldLookupCons cons-list.

Loading content...

Implementors

impl<MeltLabel, Labels> MeltFrameFields<MeltLabel> for Labels where
    Labels: AssocLabels
[src]

Loading content...