[][src]Type Definition agnes::test_utils::dept_table::Fields

type Fields = FieldCons<DeptId, u64, FieldCons<DeptName, String, Nil>>;

FieldCons cons-list of fields in this table.