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

type DatumRef<'input, 'alloc, Extra = ()> = DatumMutRef<'alloc, Text<'input, 'alloc, Extra>, Extra>;

Our Datum reference type. Wraps mutable borrows of other Datums of our type.