[][src]Module kul_core::datum::premade

Implementations provided for ready use.

Structs

DatumMutRef

The Datum-reference type that uses basic mutable borrow references. Intended to be the element of arrays used to allocate Datums for parsing when heap allocation is unavailable (or undesired).

Type Definitions

MutRefDatum

This assists in basic direct mutable borrow references being used as the Datum reference type.