[][src]Type Definition agnes::fieldlist::FieldCons

type FieldCons<Label, DType, Tail> = LMCons<Label, DType, Tail>;

Type alias for an LVCons-list which only contains the data type information for the identified field.

Trait Implementations

impl<Label, DType, Tail> AssocStorage for FieldCons<Label, DType, Tail> where
    Tail: AssocStorage,
    Label: Debug,
    DType: Debug
[src]

type Storage = StorageCons<Label, DType, Tail::Storage>

Associated StorageCons cons-list.