[][src]Type Definition agnes::view::VFieldOf

type VFieldOf<View, Label> = <View as SelectFieldByLabel<Label>>::Output;

Type alias for the field (implementing DataIndex) within the DataView View associated with label Label.