[][src]Trait agnes::frame::SimpleFrameFields

pub trait SimpleFrameFields {
    type Fields;
}

Trait for computing the FrameFields FieldLookupCons cons-list for a standard DataFrame (where all labels simple pass through with calls to the underlying DataStore).

Associated Types

type Fields

The computed FrameFields FieldLookupCons cons-list.

Loading content...

Implementors

impl SimpleFrameFields for Nil[src]

type Fields = Nil

impl<Label, Value, Tail> SimpleFrameFields for LVCons<Label, Value, Tail> where
    Tail: SimpleFrameFields
[src]

Loading content...