[][src]Type Definition kul_core::premade::inmem::DatumType

type DatumType<'input, 'alloc, Extra = ()> = MutRefDatum<'alloc, Text<'input, 'alloc, Extra>, Extra>;

Our Datum type. Contains mutable borrows of other Datums of our type, wrapped in our DatumRef type.