[][src]Type Definition agnes::store::StorageCons

type StorageCons<Label, DType, Tail> = FieldPayloadCons<Label, DType, DataRef<DType>, Tail>;

Type alias for main data store cons-list. Each head contains label and data type information along with a [DataRef(struct.DataRef.html)] reference to the data for this field.

Trait Implementations

impl<Label, DType, Tail> NRows for StorageCons<Label, DType, Tail>[src]