pub type FieldTypeOf<Frames, Labels, Label> = <FrameOf<Frames, Labels, Label> as SelectFieldByLabel<FrameLabelOf<Labels, Label>>>::DType;Expand description
Type alias for the data type of the field (implementing
DataIndex) within the frames list Frames associated with
the label Label in the label lookup list Labels.